mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 00:02:57 +05:30
17 lines
792 B
Plaintext
17 lines
792 B
Plaintext
#This is an example of secret environmental variables
|
|
#original environmental variable should be created with .env filename
|
|
DOMAIN = "Your Domain Name Here" ### Additionally, you need to set the domain name in the assets/js/home.js file at line 39.
|
|
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"
|
|
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"
|
|
# for this project REDIRECT_URI;
|
|
# [path-to-project-directory/xeorl/htdocs/core/redirect_google.php]
|