2024-05-13 11:40:01 +00:00
|
|
|
# General Config
|
|
|
|
# ##############
|
|
|
|
LOG_LEVEL=INFO # can be DEBUG, INFO, WARN, ERROR
|
|
|
|
|
2024-05-04 15:36:57 +00:00
|
|
|
# Prober config
|
|
|
|
# #############
|
|
|
|
SERVER_ENDPOINT="http://127.0.0.1:18901"
|
|
|
|
API_KEY=
|
2024-06-19 09:25:53 +00:00
|
|
|
ACCEPT_TOR=false
|
2024-05-04 15:36:57 +00:00
|
|
|
TOR_SOCKS="127.0.0.1:9050"
|
2024-09-05 17:08:59 +00:00
|
|
|
IPV6_CAPABLE=false
|
2024-05-04 15:36:57 +00:00
|
|
|
|
|
|
|
# Server Config
|
|
|
|
# #############
|
2024-05-22 20:57:29 +00:00
|
|
|
|
2024-05-03 17:11:56 +00:00
|
|
|
# Fiber Config
|
2024-06-19 09:25:53 +00:00
|
|
|
APP_PREFORK=false
|
2024-05-04 15:36:57 +00:00
|
|
|
APP_HOST="127.0.0.1"
|
2024-05-03 17:11:56 +00:00
|
|
|
APP_PORT=18090
|
2024-06-19 09:25:53 +00:00
|
|
|
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"
|
2024-05-22 20:57:29 +00:00
|
|
|
|
|
|
|
#DB settings:
|
2024-05-03 17:11:56 +00:00
|
|
|
DB_HOST=127.0.0.1
|
|
|
|
DB_PORT=3306
|
|
|
|
DB_USER=root
|
|
|
|
DB_PASSWORD=
|
2024-05-13 11:40:01 +00:00
|
|
|
DB_NAME=xmr_nodes
|