fix: cors settings for POST
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
HTTP_PORT=9283
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user