chore: default ACCEPT_TOR and APP_PREFORK to false

Also change allow-origin CORS from ditatompel.com to xmr.ditatompel.com
This commit is contained in:
ditatompel 2024-06-19 16:25:53 +07:00
parent 3f5c0c9472
commit c0885f5e5a
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -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