feat: .env template + error fixes
This commit is contained in:
12
vars.yml
12
vars.yml
@@ -2,4 +2,14 @@ is_local: true
|
||||
passphrase: changeme
|
||||
cert_domain: "example.com"
|
||||
cert_email: "admin@example.com"
|
||||
dest_dir: /var/app/
|
||||
dest_dir: /var/app/
|
||||
|
||||
DB_USER: wp
|
||||
DB_PWD: password123
|
||||
DB_ROOT_PWD: rootpassword
|
||||
WP_USER: rralambo
|
||||
WP_PWD: password123
|
||||
WP_EMAIL: email@email.com
|
||||
WP_ADMIN: obama
|
||||
WP_ADMIN_PWD: thepresidentialpassword
|
||||
WP_ADMIN_EMAIL: obama@obamail.com
|
||||
|
||||
Reference in New Issue
Block a user