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