mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-11-16 17:07:36 +00:00
17 lines
518 B
Text
17 lines
518 B
Text
SECRET_KEY="" # must be 32 char length, use `openssl rand -base64 32` to generate random secret
|
|
LOG_LEVEL=INFO # can be DEBUG, INFO, WARNING, ERROR
|
|
|
|
# Fiber Config
|
|
APP_DEBUG=false # if this set to true , LOG_LEVEL will be set to DEBUG
|
|
APP_PREFORK=true
|
|
APP_HOST="0.0.0.0"
|
|
APP_PORT=18090
|
|
APP_PROXY_HEADER="X-Real-Ip" # CF-Connecting-IP
|
|
APP_ALLOW_ORIGIN="http://localhost:5173,http://192.168.1.99:5173,https://ditatompel.com"
|
|
|
|
# DB settings:
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=
|
|
DB_NAME=wa_ditatombot
|