@relayrail/server 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2224,7 +2224,7 @@ async function main() {
|
|
|
2224
2224
|
}
|
|
2225
2225
|
const config = {
|
|
2226
2226
|
supabaseUrl: process.env.SUPABASE_URL || process.env.NEXT_PUBLIC_SUPABASE_URL || "https://lcmdokppykqmigqcwnol.supabase.co",
|
|
2227
|
-
supabaseServiceRoleKey: process.env.SUPABASE_SERVICE_ROLE_KEY || "
|
|
2227
|
+
supabaseServiceRoleKey: process.env.SUPABASE_SERVICE_ROLE_KEY || "sb_secret_cj-1Y1KxjlapuwyXvfSKLA_xBJ0oS8i",
|
|
2228
2228
|
baseUrl: process.env.RELAYRAIL_BASE_URL || "https://relayrail.dev",
|
|
2229
2229
|
resendApiKey: process.env.RESEND_API_KEY,
|
|
2230
2230
|
telnyxApiKey: process.env.TELNYX_API_KEY,
|