]> git.somenet.org - pub/jan/neo-infcoin-utils.git/blob - mattermost_awards/config.py.example
mattermost_awards/main.py
[pub/jan/neo-infcoin-utils.git] / mattermost_awards / config.py.example
1 #
2 # Someone's FSInf-coin utils.
3 #   Copyright (c) 2021 by Someone <someone@somenet.org> (aka. Jan Vales <jan@jvales.net>)
4 #   published under MIT-License
5 #
6 # Example config file.
7 #   mv to config.py.examle config.py + edit.
8 #
9
10 dbconnstring = "host=... dbname=... user=... password=..."
11
12 infcoin_wallet_uid_mappingsdir = "..."
13
14 infcoin_req_url = "..."
15 infcoin_req_user = "..."
16 infcoin_req_pw = "..."
17 infcoin_req_amount = 100