mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-13 20:41:04 +00:00
f51008aef0
This change should ease the spawn of a development environment. It can be used as a vscode devcontainer. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
10 lines
266 B
INI
10 lines
266 B
INI
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|
|
|
|
max_execution_time = ${PHP_MAX_EXECUTION_TIME:-60}
|
|
|
|
date.time = ${PHP_TIMEZONE:-Europe/Paris}
|
|
|
|
session.save_handler = ${PHP_SESSION_HANDLER:-files}
|
|
session.save_path = "${PHP_SESSION_SAVE_PATH:-}"
|
|
|
|
upload_max_filesize = 10M
|