mirror of
https://github.com/jbcr/core.git
synced 2026-04-23 16:48:17 +02:00
11 lines
167 B
TOML
11 lines
167 B
TOML
[template]
|
|
src = "php_init.tmpl"
|
|
dest = "/usr/local/etc/php/php.ini"
|
|
prefix = "php"
|
|
keys = [
|
|
"timezone",
|
|
"memorylimit",
|
|
"maxfilesize",
|
|
"maxexectime"
|
|
]
|