feat: .env template + error fixes

This commit is contained in:
Lenoctambule
2026-03-31 22:18:02 +02:00
parent 83717946b5
commit 2cebeb0bee
5 changed files with 41 additions and 13 deletions

9
templates/.env.j2 Normal file
View File

@@ -0,0 +1,9 @@
DB_USER={{DB_USER}}
DB_PWD={{DB_PWD}}
DB_ROOT_PWD={{DB_ROOT_PWD}}
WP_USER={{WP_USER}}
WP_PWD={{WP_PWD}}
WP_EMAIL={{WP_EMAIL}}
WP_ADMIN={{WP_ADMIN}}
WP_ADMIN_PWD={{WP_ADMIN_PWD}}
WP_ADMIN_EMAIL={{WP_ADMIN_EMAIL}}