formaptix-server/.env.example
2024-09-22 08:37:36 +00:00

12 lines
No EOL
250 B
Text

DATABASE_USER=admin
DATABASE_PASSWORD=password
DATABASE_NAME=formaptix
PORT=3000
SECRET=super_secret
FRONTEND_HOST="http://example.com"
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173"
ADMIN_PASSWORD=admin_password
DISABLE_ADMIN=false