Skip to content
Snippets Groups Projects
template.env 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • TAG=<version number>
    
    NODE_ENV=<dev or production>
    
    SERVICE_API_BIND_PORT=<service port>
    
    JWT_SECRET=<the secret used to sign jwt token>
    
    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>
    
    SALT=<Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue>
    
    MAIL_URL=<SEN API url>
    MAIL_TOKEN=<SEN API token>
    
    APTIC_TOKEN=<APTIC API TOKEN>
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
    GHOST_PORT=<ghost port>
    GHOST_DB_PASSWORD=<ghost db password>
    
    GHOST_CONTENT_API_KEY=<Ghost global api key, can be found in integration part of ghost UI>
    GHOST_ADMIN_API_KEY=<Ghost admin api key, can be found in integration part of ghost UI>
    GHOST_HOST_AND_PORT=<Ghost host and port, ex:http://localhost:2368>
    USER_PWD=<test user password, this password will be user by every test users>