This commit is contained in:
2024-08-30 17:28:39 +05:30
parent 035128a9c8
commit 9a75e67cfa
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
DOMAIN = "Your Domain Name Here"
DB_HOST = "Your Database Host Name Her"
DB_USER = "Your Database Username Here"
DB_PASS = "Your Database Password Here"
DB_NAME = "Your Database Name Here"