mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-14 15:54:08 +01:00
Add admin env variables
This commit is contained in:
3
env.ts
3
env.ts
@@ -20,6 +20,9 @@ export default Env.rules({
|
||||
APP_KEY: Env.schema.string(),
|
||||
APP_URL: Env.schema.string(),
|
||||
|
||||
ADMIN_USER: Env.schema.string(),
|
||||
ADMIN_PASSWORD: Env.schema.string(),
|
||||
|
||||
REDIS_HOST: Env.schema.string(),
|
||||
REDIS_PORT: Env.schema.number(),
|
||||
REDIS_PASSWORD: Env.schema.string.optional(),
|
||||
|
||||
Reference in New Issue
Block a user