From f9c61bae6f98c17fa805b4af2fb52ba5d6ec572b Mon Sep 17 00:00:00 2001 From: mattia Date: Sun, 5 Jan 2025 13:46:32 +0100 Subject: [PATCH] chore: updated env.example with info about itch.io --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 01b011d..190d421 100644 --- a/.env.example +++ b/.env.example @@ -2,6 +2,7 @@ HTTP_HOST=localhost HTTP_PORT=9283 # Allowed origins for POST requests; needed for web games; if empty or missing, defaults to '*' +# Note well: games played from itch in a new window actually send all requests from https://html-classic.itch.zone (the game is hosted in an iframe) HTTP_POST_ALLOWED_ORIGINS=https://your.domain.com # Database connection settings DATABASE_NAME=game_logger