mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-31 11:57:50 +01:00
Working on emails
This commit is contained in:
6
env.ts
6
env.ts
@@ -51,8 +51,10 @@ export default Env.rules({
|
||||
API_VERSION: Env.schema.string(),
|
||||
|
||||
//Mails
|
||||
MAILGUN_API_KEY: Env.schema.string(),
|
||||
MAILGUN_URL: Env.schema.string(),
|
||||
SMTP_HOST: Env.schema.string({ format: 'host' }),
|
||||
SMTP_PORT: Env.schema.number(),
|
||||
SMTP_USERNAME: Env.schema.string(),
|
||||
SMTP_PASSWORD: Env.schema.string(),
|
||||
|
||||
//Socials Authentication
|
||||
GOOGLE_CLIENT_ID: Env.schema.string(),
|
||||
|
||||
Reference in New Issue
Block a user