mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-02-21 18:22:02 +00:00
29 lines
438 B
Plaintext
29 lines
438 B
Plaintext
# Set to anything except "true" to disable registration
|
|
REGISTRATION_OPEN=true
|
|
|
|
|
|
# Telegram
|
|
TG_BOTAPI=https://api.telegram.org/bot
|
|
# Your Telegram Bot Token
|
|
TELEGRAM_BOT_TOKEN=
|
|
# Your Telegram Chat ID
|
|
TELEGRAM_CHAT_ID=
|
|
|
|
# Webpage Settings
|
|
# Website Title
|
|
BRANDING_TITLE=
|
|
# Website Logo
|
|
BRANDING_LOGO=
|
|
|
|
# Payment Details
|
|
BANK_NAME=
|
|
ACCOUNT_NAME=
|
|
ACCOUNT_NUMBER=
|
|
|
|
PRICE=
|
|
ROAMING_PRICE=
|
|
GAMING_PRICE=
|
|
PRICE_CURRENCY=
|
|
|
|
# DB Settings
|
|
CSV_PATH= |