Create .env.dist

This commit is contained in:
AbhiTheModder
2023-02-09 01:20:54 +05:30
committed by GitHub
parent f517ed5e6f
commit 9abae6f709

10
.env.dist Normal file
View File

@@ -0,0 +1,10 @@
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}