You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
347 B
Bash
17 lines
347 B
Bash
DB_PASS=xxxxxxxxxxxxx
|
|
DB_USER=xmrauctions
|
|
DB_HOST=localhost
|
|
DB_NAME=xmrauctions
|
|
SECRET_KEY=xxxxxxxxxx
|
|
ALLOWED_HOSTS=127.0.0.1,localhost
|
|
DAEMON_HOST=xxxxxxxxxxxx
|
|
DAEMON_PORT=38081
|
|
DAEMON_USER=xxxxxxxxxxx
|
|
DAEMON_PASS=xxxxxxxxxxxxx
|
|
CACHE_HOST=localhost
|
|
WALLET_HOST=localhost
|
|
WALLET_PORT=38083
|
|
WALLET_USER=xxxxxxxxxx
|
|
WALLET_PASS=xxxxxxxxxx
|
|
DEBUG=true
|