Skip to content

Commit e71916a

Browse files
authored
Merge pull request #303 from IFRCGo/fix/remove-risk-admin-url-env
Remove env for risk admin url
2 parents 13fafca + 9650aa6 commit e71916a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default defineConfig({
66
APP_ENVIRONMENT: Schema.enum(['development', 'testing', 'staging', 'production'] as const),
77
APP_MAPBOX_ACCESS_TOKEN: Schema.string(),
88
APP_RISK_API_ENDPOINT: Schema.string({ format: 'url', protocol: true }),
9-
APP_RISK_ADMIN_URL: Schema.string({ format: 'url', protocol: true }),
109
APP_SHOW_ENV_BANNER: Schema.boolean.optional(),
1110
APP_TINY_API_KEY: Schema.string(),
1211
APP_TITLE: Schema.string(),

0 commit comments

Comments
 (0)