update dev
This commit is contained in:
@@ -17,6 +17,19 @@ nextcloud:
|
|||||||
host: nextcloud-dev.example.com
|
host: nextcloud-dev.example.com
|
||||||
username: admin
|
username: admin
|
||||||
password: dev
|
password: dev
|
||||||
|
|
||||||
|
# AJOUTEZ CE BLOC : Autorise Kubernetes à interroger le pod
|
||||||
|
configs:
|
||||||
|
trusted_domains.config.php: |-
|
||||||
|
<?php
|
||||||
|
$CONFIG = array (
|
||||||
|
'trusted_domains' =>
|
||||||
|
array (
|
||||||
|
0 => 'localhost',
|
||||||
|
1 => 'nextcloud-rct.example.com',
|
||||||
|
2 => '127.0.0.1',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user