Skip to content

Commit d0233a3

Browse files
committed
Fix env variables
1 parent 3ba95db commit d0233a3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

fly.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,14 @@ primary_region = "sea"
3030
timeout = "2s"
3131
grace_period = "1s"
3232
restart_limit = 0
33+
34+
[env]
35+
WAIVER_MINOR_ID = "JDLGt9Tecw1653399584"
36+
UPLOADER_URL = "http://codeday-uploader.internal"
37+
WAIVER_SIGNED_PORT = "8090"
38+
LABS_URL = "http://codeday-labs-gql.internal:5000/graphql"
39+
TWILIO_TEXT_NUMBER = "8882633230"
40+
AUTH_AUDIENCE = "clear-gql"
41+
WAIVER_ADULT_ID = "6GzvX127Xs1653399868"
42+
PRIMARY_REGION = "sea"
43+
GOTENBERG_BASE = "http://codeday-gotenberg.internal:3000"

0 commit comments

Comments
 (0)