mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
This commit is contained in:
9
roles/web-app-wordpress/templates/env.j2
Normal file
9
roles/web-app-wordpress/templates/env.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
WORDPRESS_DB_HOST= "{{database_host}}:{{database_port}}"
|
||||
WORDPRESS_DB_USER= "{{database_username}}"
|
||||
WORDPRESS_DB_PASSWORD= "{{database_password}}"
|
||||
WORDPRESS_DB_NAME= "{{database_name}}"
|
||||
|
||||
# Debug flags
|
||||
WP_DEBUG={{ enable_debug | lower }}
|
||||
WP_DEBUG_LOG={{ enable_debug | lower }}
|
||||
WP_DEBUG_DISPLAY={{ enable_debug | lower }}
|
Reference in New Issue
Block a user