mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-02-22 09:32:06 +00:00
docker weird about this
This commit is contained in:
parent
8b191f07c1
commit
39b6b50cb9
18
.env.sample
18
.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=
|
||||
@ -17,4 +23,4 @@ ACCOUNT_NUMBER=
|
||||
PRICE=
|
||||
ROAMING_PRICE=
|
||||
GAMING_PRICE=
|
||||
PRICE_CURRENCY=
|
||||
PRICE_CURRENCY=
|
||||
|
Loading…
x
Reference in New Issue
Block a user