feat: add php-fpm config

This commit is contained in:
2026-06-25 13:01:17 +02:00
parent 4e22194124
commit d2f9e531ab
4 changed files with 57 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
<?php
$CONFIG = array (
'instanceid' => '',
'passwordsalt' => '',
'secret' => '',
'instanceid' => '$INSTANCE_ID',
'passwordsalt' => '$PASSWORD_SALT',
'secret' => '$SECRET',
'trusted_domains' => array (
0 => 'cloud.netoik.io',
),
@@ -26,7 +26,6 @@ $CONFIG = array (
),
'default_phone_region' => 'FR',
'maintenance' => false,
'maintenance_window_start' => 1,
'log_type' => 'systemd',
'loglevel' => 2,
'config_is_read_only' => true,