mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
26 lines
735 B
Text
26 lines
735 B
Text
|
OIDC_URL=https://login.wownero.com/auth/realms/master/protocol/openid-connect
|
||
|
OIDC_CLIENT_ID=suchwow-dev
|
||
|
OIDC_CLIENT_SECRET=yyy-yyyyy-yyyyy-yy
|
||
|
OIDC_REDIRECT_URL=http://localhost:5000/auth
|
||
|
SECRET_KEY=ssssssssssss
|
||
|
DATA_FOLDER=/absolute/path/to/the/place/you/store/images
|
||
|
SERVER_NAME=localhost:5000
|
||
|
WALLET_PATH=/absolute/path/to/the/place/you/store/wallet
|
||
|
WALLET_PASS=mytopsecretpass
|
||
|
WALLET_HOST=localhost
|
||
|
WALLET_PORT=8888
|
||
|
WALLET_PROTO=http
|
||
|
WALLET_RPC_USER=suchwow
|
||
|
WALLET_RPC_PASS=again
|
||
|
DAEMON_URI=http://node.suchwow.xyz:34568
|
||
|
PRAW_CLIENT_SECRET=xxxx
|
||
|
PRAW_CLIENT_ID=xxxxx
|
||
|
PRAW_USER_AGENT=xxxxx
|
||
|
PRAW_USERNAME=xxxxx
|
||
|
PRAW_PASSWORD=xxxx
|
||
|
DISCORD_URL=https://xxxx
|
||
|
MM_ICON=https://xxxx
|
||
|
MM_CHANNEL=xxxx
|
||
|
MM_USERNAME=xxxx
|
||
|
MM_ENDPOINT=https://xxxx
|