aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
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