Skip to content
Snippets Groups Projects
template.env 561 B
Newer Older
  • Learn to ignore specific revisions
  • TAG=<version number>
    SERVICE_API_BIND_PORT=<service port>
    ACCESS_TOKEN_COOKIE_KEY=<cookie key where the access token will be stored>
    MONGO_ROOT_PASSWORD=<mongo root user password>
    MONGO_NON_ROOT_USERNAME=<mongo non root username>
    MONGO_NON_ROOT_PASSWORD=<mongo non root user password>
    MONGO_PORT=<mongo port>
    MONGO_DB_HOST_AND_PORT=<host:port used by the api to connect to mongo db>
    ME_CONFIG_BASICAUTH_USERNAME=<mongo express username>
    ME_CONFIG_BASICAUTH_PASSWORD=<mongo express password>
    ME_PORT=<mongo express port>
    
    MAIL_URL=<API url>
    MAIL_TOKEN=<API token>