formaptix-server/.env.example

12 lines
250 B
Text
Raw Normal View History

2024-08-18 08:28:57 +03:00
DATABASE_USER=admin
DATABASE_PASSWORD=password
DATABASE_NAME=formaptix
2024-09-22 11:34:48 +03:00
2024-08-18 08:28:57 +03:00
PORT=3000
SECRET=super_secret
2024-09-22 11:34:48 +03:00
FRONTEND_HOST="http://example.com"
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173"
2024-08-18 08:28:57 +03:00
ADMIN_PASSWORD=admin_password
DISABLE_ADMIN=false