feat: .env template + error fixes
This commit is contained in:
9
templates/.env.j2
Normal file
9
templates/.env.j2
Normal 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}}
|
||||
Reference in New Issue
Block a user