Files
game_logger/.env.example
2025-01-05 13:30:36 +01:00

12 lines
407 B
Plaintext

# Host and port this server will listen on
HTTP_HOST=localhost
HTTP_PORT=9283
# Allowed origins for POST requests; needed for web games; if empty or missing, defaults to '*'
HTTP_POST_ALLOWED_ORIGINS=https://your.domain.com
# Database connection settings
DATABASE_NAME=game_logger
DATABASE_HOST=localhost
DATABASE_USER=game_logger
DATABASE_PASSWORD=game_logger
DATABASE_PORT=3306
DATABASE_CONNECTIONLIMIT=10