ci(fly): worker api url

This commit is contained in:
Tine 2024-02-22 17:43:03 +01:00
parent b44d4dcb2c
commit d84a8d3e21
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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'