GitDeployHub

chuangyeshuo/nocobase

github.com/chuangyeshuo/nocobase ↗
React
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • ADMINER_PORT
  • DB_MYSQL_PORT
  • DB_POSTGRES_PORT
  • VERDACCIO_PORT
  • APP_ENV !!! When `APP_ENV=production`, opening http://localhost:13000/ will show "Not Found". !!! It is recommended to use nginx to proxy static…
  • APP_PORT
  • APP_KEY secret
  • API_BASE_PATH
  • API_BASE_URL
  • LOGGER_TRANSPORT console | file | dailyRotateFile
  • LOGGER_BASE_PATH
  • LOGGER_LEVEL error | warn | info | debug | trace
  • LOGGER_MAX_FILES If LOGGER_TRANSPORT is dailyRotateFile and using days, add 'd' as the suffix.
  • LOGGER_MAX_SIZE add 'k', 'm', 'g' as the suffix.
  • LOGGER_FORMAT console | json | logfmt | delimiter
  • CLUSTER_MODE Start application in cluster mode when the value is set (same as pm2 -i <cluster_mode>). Cluster mode will only work properly when plugins…
  • WORKER_MODE Set server running mode, which determines how the server processes requests and background jobs. `<EMPTY>`: run as a standalone server,…
  • DB_DIALECT postgres | mysql | mariadb | kingbase
  • DB_TABLE_PREFIX
  • DB_HOST
Or deploy to a different host
← Try another repo