mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-22 11:39:23 +00:00
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:
parent
3f5c0c9472
commit
c0885f5e5a
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue