mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2024-12-04 15:36:48 +01:00
feat: add configs
This commit is contained in:
parent
0f332decaf
commit
6568fd094f
10
.example.env
Normal file
10
.example.env
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FARMSTAR_TELEGRAM__KEY=
|
||||||
|
FARMSTAR_TELEGRAM__GROUP=
|
||||||
|
FARMSTAR_POSTGRES__DSN=
|
||||||
|
FARMSTAR_USSD__ENDPOINT=
|
||||||
|
FARMSTAR_CUSTODIAL__ENDPOINT=
|
||||||
|
FARMSTAR_REWARDS__VAULT=
|
||||||
|
FARMSTAR_REWARDS__VOUCHER=
|
||||||
|
FARMSTAR_REWARDS__NUMBER=
|
||||||
|
FARMSTAR_AT__KEY=
|
||||||
|
FARMSTAR_AT__USERNAME=
|
21
config.toml
Normal file
21
config.toml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
[postgres]
|
||||||
|
dsn = ""
|
||||||
|
|
||||||
|
[ussd]
|
||||||
|
endpoint = ""
|
||||||
|
|
||||||
|
[custodial]
|
||||||
|
endpoint = ""
|
||||||
|
|
||||||
|
[telegram]
|
||||||
|
key = ""
|
||||||
|
group = ""
|
||||||
|
|
||||||
|
[at]
|
||||||
|
key = ""
|
||||||
|
username = ""
|
||||||
|
|
||||||
|
[rewards]
|
||||||
|
vault = ""
|
||||||
|
voucher = ""
|
||||||
|
number = ""
|
Loading…
Reference in New Issue
Block a user