mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Optimized reset routine for docker images and specially discourse
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
MYSQL_DATABASE= "{{ database_name }}"
|
||||
MYSQL_USER= "{{ database_username }}"
|
||||
MYSQL_PASSWORD= "{{ database_password }}"
|
||||
MYSQL_HOST= "{{ database_host }}:{{database_port}}"
|
||||
MYSQL_HOST= "{{ database_host }}:{{ database_port }}"
|
||||
|
||||
# PHP
|
||||
PHP_MEMORY_LIMIT= "{{applications | get_app_conf(application_id, 'performance.php.memory_limit')}}"
|
||||
|
Reference in New Issue
Block a user