mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-29 11:00:27 +01:00
Remove missing env
This commit is contained in:
1
env.ts
1
env.ts
@@ -22,7 +22,6 @@ export default Env.rules({
|
|||||||
APP_NAME: Env.schema.string(),
|
APP_NAME: Env.schema.string(),
|
||||||
NODE_ENV: Env.schema.enum(['development', 'production', 'testing'] as const),
|
NODE_ENV: Env.schema.enum(['development', 'production', 'testing'] as const),
|
||||||
BASE_URL: Env.schema.string(),
|
BASE_URL: Env.schema.string(),
|
||||||
ALLY_CALLBACK_URL: Env.schema.string(),
|
|
||||||
API_VERSION: Env.schema.string(),
|
API_VERSION: Env.schema.string(),
|
||||||
|
|
||||||
//Utils
|
//Utils
|
||||||
|
|||||||
Reference in New Issue
Block a user