diff --git a/.env.example b/.env.example index fea2525..d37fbd6 100644 --- a/.env.example +++ b/.env.example @@ -6,18 +6,18 @@ LOG_LEVEL=INFO # can be DEBUG, INFO, WARN, ERROR # ############# SERVER_ENDPOINT="http://127.0.0.1:18901" API_KEY= -ACCEPT_TOR=true +ACCEPT_TOR=false TOR_SOCKS="127.0.0.1:9050" # Server Config # ############# # Fiber Config -APP_PREFORK=true +APP_PREFORK=false APP_HOST="127.0.0.1" APP_PORT=18090 -APP_PROXY_HEADER="X-Real-Ip" # CF-Connecting-IP -APP_ALLOW_ORIGIN="http://localhost:5173,http://127.0.0.1:5173,https://ditatompel.com" +APP_PROXY_HEADER="X-Real-Ip" # `CF-Connecting-IP` if using Cloudflare +APP_ALLOW_ORIGIN="http://localhost:5173,http://127.0.0.1:5173,https://xmr.ditatompel.com" #DB settings: DB_HOST=127.0.0.1