update dev
This commit is contained in:
@@ -13,10 +13,10 @@ nextcloud:
|
|||||||
- nextcloud-dev.example.com
|
- nextcloud-dev.example.com
|
||||||
|
|
||||||
# Configuration de l'application
|
# Configuration de l'application
|
||||||
nextcloud:
|
# 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
|
# AJOUTEZ CE BLOC : Autorise Kubernetes à interroger le pod
|
||||||
configs:
|
configs:
|
||||||
@@ -26,7 +26,7 @@ nextcloud:
|
|||||||
'trusted_domains' =>
|
'trusted_domains' =>
|
||||||
array (
|
array (
|
||||||
0 => 'localhost',
|
0 => 'localhost',
|
||||||
1 => 'nextcloud-rct.example.com',
|
1 => 'nextcloud-dev.example.com',
|
||||||
2 => '127.0.0.1',
|
2 => '127.0.0.1',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user