1
1
mirror of https://github.com/xodivorce/isdowndetectordown.git synced 2025-12-19 20:33:04 +05:30

refactor: added docker support and improved structure

This commit is contained in:
2025-11-21 23:03:18 +05:30
parent ebaf5cb698
commit f951a13b8e
121 changed files with 281 additions and 13460 deletions

View File

@@ -1,6 +1,5 @@
APP_DEBUG= "Your debug mode here (true or false)"
DB_HOST= "Your database host here"
DB_NAME= "Your database name here"
DB_USER= "Your database user here"
DB_PASS= "Your database password here"
START_YEAR= "Your project start year here"
ENVIRONMENT= "Your environment here (development or production)"
APP_PORT= "Your application port here (default: 8080)"
PMA_PORT= "Your phpMyAdmin port here (default: 8081)"
DB_NAME= "Your database name here (default: isdowndetectordown)"
DB_PASS= "Your database password here (default: root)"