Change callback url

This commit is contained in:
2021-08-19 23:28:36 +02:00
parent f0df6fef9e
commit 218d2e4d4f
2 changed files with 5 additions and 4 deletions

1
env.ts
View File

@@ -22,6 +22,7 @@ export default Env.rules({
APP_NAME: Env.schema.string(),
NODE_ENV: Env.schema.enum(['development', 'production', 'testing'] as const),
BASE_URL: Env.schema.string(),
ALLY_CALLBACK_URL: Env.schema.string(),
API_VERSION: Env.schema.string(),
//Utils