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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
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
|
|
|
|
|
|
|
|
# If no DEBUG
|
|
|
|
AWS_STORAGE_BUCKET_NAME=xxxxxxxxxxxxxx
|
|
|
|
AWS_S3_CUSTOM_DOMAIN=xxxxxxxxxxxxxxx
|
|
|
|
|
|
|
|
# Email
|
|
|
|
SENDGRID_API_KEY=xx
|