Files
Moon-UB-overver/.env.dist
2023-02-09 01:22:32 +05:30

11 lines
255 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
API_ID=2040
API_HASH=b18441a1ff607e10a989891a5462e627
# sqlite/sqlite3 or mongo/mongodb
DATABASE_TYPE={db_type}
# file name for sqlite3, database name for mongodb
DATABASE_NAME={db_name}
# only for mongodb
DATABASE_URL={db_url}