This commit is contained in:
2025-02-05 04:16:15 +05:30
parent a7b20799ad
commit 7f15dbfc08
6 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
#This is an example of secret environmental variables
#original environmental variable should be created with .env filename
DOMAIN = "Your Domain Name Here"
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"