mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-24 00:40:25 +01:00
Add new env variables
This commit is contained in:
4
env.ts
4
env.ts
@@ -55,4 +55,8 @@ export default Env.rules({
|
|||||||
SMTP_PORT: Env.schema.number(),
|
SMTP_PORT: Env.schema.number(),
|
||||||
SMTP_USERNAME: Env.schema.string(),
|
SMTP_USERNAME: Env.schema.string(),
|
||||||
SMTP_PASSWORD: Env.schema.string(),
|
SMTP_PASSWORD: Env.schema.string(),
|
||||||
|
|
||||||
|
//Wakatime
|
||||||
|
WAKATIME_USER: Env.schema.string(),
|
||||||
|
WAKATIME_ID: Env.schema.string()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user