Merge branch 'main' of https://github.com/authorizerdev/authorizer into feat/dashboard

This commit is contained in:
Lakhan Samani
2022-01-08 11:43:12 +05:30
8 changed files with 108 additions and 60 deletions

View File

@@ -10,8 +10,9 @@ type EnvConst struct {
DATABASE_NAME string
SMTP_HOST string
SMTP_PORT string
SMTP_PASSWORD string
SMTP_USERNAME string
SENDER_EMAIL string
SENDER_PASSWORD string
JWT_TYPE string
JWT_SECRET string
ALLOWED_ORIGINS []string