mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
ci(fly): worker api url
This commit is contained in:
parent
b44d4dcb2c
commit
d84a8d3e21
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ primary_region = 'waw'
|
|||
OAUTH2_ENDPOINT_AUTH_URL = 'https://github.com/login/oauth/authorize'
|
||||
OAUTH2_ENDPOINT_TOKEN_URL = 'https://github.com/login/oauth/access_token'
|
||||
OAUTH2_ENDPOINT_USER_INFO_URL = 'https://api.github.com/user'
|
||||
WORKER_API_URL = 'https://zdravko.mnts.dev'
|
||||
ROOT_URL = 'https://zdravko.mnts.dev'
|
||||
TEMPORAL_SERVER_HOST = 'server.process.zdravko.internal:7233'
|
||||
|
||||
|
|
Loading…
Reference in a new issue