mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-07-29 14:02:45 +00:00
docker weird about this
This commit is contained in:
16
.env.sample
16
.env.sample
@ -1,13 +1,19 @@
|
||||
REGISTRATION_OPEN=true # Set to anything except "true" to disable registration
|
||||
# Set to anything except "true" to disable registration
|
||||
REGISTRATION_OPEN=true
|
||||
|
||||
|
||||
# Telegram
|
||||
TG_BOTAPI=https://api.telegram.org/bot
|
||||
TELEGRAM_BOT_TOKEN= # Your Telegram Bot Token
|
||||
TELEGRAM_CHAT_ID= # Your Telegram Chat ID
|
||||
# Your Telegram Bot Token
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
# Your Telegram Chat ID
|
||||
TELEGRAM_CHAT_ID=
|
||||
|
||||
# Webpage Settings
|
||||
BRANDING_TITLE= # Website Title
|
||||
BRANDING_LOGO= # Website Logo
|
||||
# Website Title
|
||||
BRANDING_TITLE=
|
||||
# Website Logo
|
||||
BRANDING_LOGO=
|
||||
|
||||
# Payment Details
|
||||
BANK_NAME=
|
||||
|
Reference in New Issue
Block a user