Skip to content

Commit

Permalink
Remove env for risk admin url
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenhelium committed Nov 28, 2023
1 parent 0b65f1e commit f1c314d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default defineConfig({
APP_ENVIRONMENT: Schema.enum(['development', 'testing', 'staging', 'production'] as const),
APP_MAPBOX_ACCESS_TOKEN: Schema.string(),
APP_RISK_API_ENDPOINT: Schema.string({ format: 'url', protocol: true }),
APP_RISK_ADMIN_URL: Schema.string({ format: 'url', protocol: true }),
APP_SHOW_ENV_BANNER: Schema.boolean.optional(),
APP_TINY_API_KEY: Schema.string(),
APP_TITLE: Schema.string(),
Expand Down

0 comments on commit f1c314d

Please sign in to comment.