aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-03-21 20:50:43 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-03-21 20:50:43 +0100
commitd1ef15fa39935bfa0420c5ac2b8c269e294c9a6d (patch)
tree618158449863123f6b9527b9db6183f8c3ce5c91 /.env.example
downloadcamagru-d1ef15fa39935bfa0420c5ac2b8c269e294c9a6d.tar.gz
camagru-d1ef15fa39935bfa0420c5ac2b8c269e294c9a6d.zip
Initial project scaffold
Set up MVC architecture with front controller, router, autoloader, database singleton, and Docker Compose stack (Nginx + PHP-FPM + MariaDB). Includes DB schema, responsive layout, dev tooling (php-cs-fixer, parallel-lint), and documentation.
Diffstat (limited to '.env.example')
-rw-r--r--.env.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..ff57479
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,9 @@
+MYSQL_ROOT_PASSWORD=changeme
+MYSQL_DATABASE=camagru
+MYSQL_USER=camagru
+MYSQL_PASSWORD=changeme
+
+APP_URL=http://localhost:8080
+APP_SECRET=changeme_random_string
+
+MAIL_FROM=noreply@camagru.local