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