fix: env to return custom access token script

This commit is contained in:
Lakhan Samani
2022-01-24 10:22:55 +05:30
parent 4bc9059b0f
commit b42cc1549a
4 changed files with 199 additions and 0 deletions

View File

@@ -69,6 +69,10 @@ type ValidJWTResponse {
type Env {
ADMIN_SECRET: String
DATABASE_NAME: String
DATABASE_URL: String
DATABASE_TYPE: String
CUSTOM_ACCESS_TOKEN_SCRIPT: String
SMTP_HOST: String
SMTP_PORT: String
SMTP_USERNAME: String
@@ -102,6 +106,7 @@ type Env {
input UpdateEnvInput {
ADMIN_SECRET: String
CUSTOM_ACCESS_TOKEN_SCRIPT: String
OLD_ADMIN_SECRET: String
SMTP_HOST: String
SMTP_PORT: String