feat: add configs

This commit is contained in:
Mohamed Sohail 2024-02-05 16:51:24 +03:00
parent 0f332decaf
commit 6568fd094f
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 31 additions and 0 deletions

10
.example.env Normal file
View 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
View File

@ -0,0 +1,21 @@
[postgres]
dsn = ""
[ussd]
endpoint = ""
[custodial]
endpoint = ""
[telegram]
key = ""
group = ""
[at]
key = ""
username = ""
[rewards]
vault = ""
voucher = ""
number = ""