phone-region.php

This commit is contained in:
titver968
2025-07-04 12:13:39 +02:00
parent dd34dcb670
commit 76d3c6924b

View File

@@ -85,8 +85,11 @@ spec:
- name: nextcloud.mail.smtp.port
value: '25'
- name: nextcloud.configs
value: |
default_phone_region: 'DE'
phone-region.php: |
<?php
$CONFIG = array (
'default_phone_region' => 'DE',
);
chart: nextcloud
destination:
server: 'https://kubernetes.default.svc'