This commit is contained in:
2024-08-31 18:14:17 +05:30
parent 0fef0a3570
commit bde2d88ddf
8 changed files with 8 additions and 10 deletions

7
htdocs/.env.example Normal file
View File

@@ -0,0 +1,7 @@
#This is an example of secret environmental variables
#original environmental variable should be created with .env filename
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"