.env 144 B

1234567891011
  1. APP_NAME=nicegui-test
  2. PORT=3000
  3. HOST=localhost
  4. # database config
  5. DB_HOST=localhost
  6. DB_PORT=27017
  7. DB_NAME=test
  8. DB_USER=test
  9. DB_PASS=<PASSWORD>