This commit is contained in:
2025-02-01 21:20:23 +05:30
parent a5a54ccbdc
commit e6d7030e7d
5 changed files with 20 additions and 7 deletions

View File

@@ -4,4 +4,11 @@ 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"
DB_NAME = "Your Database Name Here"
SMTP_HOST = "Your SMTP Host Name Here"
SMTP_USER = "Your SMTP Username Here"
SMTP_PASS = "Your SMTP Password Here"
SMTP_PORT= "Your SMTP Port Here"
CLIENT_ID = "Your Google Client ID Here"
CLIENT_SECRET = "Your Google Client Secret Here"
REDIRECT_URI = "Your Google Redirect URI Here"