diff options
author | Jonas Kohl | 2024-09-19 19:33:12 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-19 19:33:12 +0200 |
commit | 2fbe9ad343e82679ba0573a7daa510cfbe488ddf (patch) | |
tree | 9b84737a765e510c87193f93aa8a34fea37e3298 /.env.example | |
parent | 75e9b62da57eb7ce3f9e8a8667a7de59188c221f (diff) |
Docker dev and prod separation
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 7682611..af9a15b 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,8 @@ POSTGRES_PASSWORD=postgres MAILER_DSN= MAILER_FROM= PUBLIC_URL= +PGADMIN_EMAIL= +PGADMIN_PASSWORD= #MYSTIC_FORUM_THEME=default #REGISTRATION_ENABLED=1 #MYSTIC_FORUM_TITLE= |