Add new env variables

This commit is contained in:
2021-10-12 20:46:38 +02:00
parent 32346e50c2
commit b400a323d7

4
env.ts
View File

@@ -55,4 +55,8 @@ export default Env.rules({
SMTP_PORT: Env.schema.number(),
SMTP_USERNAME: Env.schema.string(),
SMTP_PASSWORD: Env.schema.string(),
//Wakatime
WAKATIME_USER: Env.schema.string(),
WAKATIME_ID: Env.schema.string()
})