mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 12:48:14 +00:00
- networks: add web-app-drupal subnet 192.168.104.80/28 - ports: map localhost http port 8060 - add role files: tasks, vars, schema, users, templates (Dockerfile, docker-compose, settings.local.php, upload.ini) - add docs: README.md and Administration.md Ref: https://chatgpt.com/share/690535c5-b55c-800f-8556-5335a6b8a33f
8 lines
279 B
Django/Jinja
8 lines
279 B
Django/Jinja
file_uploads = On
|
|
memory_limit = {{ DRUPAL_MAX_UPLOAD_SIZE }}
|
|
upload_max_filesize = {{ DRUPAL_MAX_UPLOAD_SIZE }}
|
|
post_max_size = {{ DRUPAL_MAX_UPLOAD_SIZE }}
|
|
max_execution_time = 300
|
|
|
|
; Use msmtp as the Mail Transfer Agent
|
|
sendmail_path = "/usr/bin/msmtp -t" |