Skip to content

Commit c12aa9b

Browse files
committed
tmp
1 parent d5408f5 commit c12aa9b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ansible/inventory/group_vars/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ db:
162162
- name: matrix_db
163163
owner: matrix_user
164164
encoding: UTF8
165-
lc_collate: en_US.UTF-8
166-
lc_ctype: en_US.UTF-8
165+
lc_collate: C
166+
lc_ctype: C
167167

168168
users:
169169
# Utenti applicativi con accesso completo al loro database

kubernetes/applications/matrix/cloudflared-configmap.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
argocd.argoproj.io/sync-wave: "5"
99
data:
1010
config.yaml: |
11-
tunnel: YOUR-TUNNEL-ID
1211
credentials-file: /etc/cloudflared/credentials/credentials.json
1312
1413
# Metrics endpoint

0 commit comments

Comments
 (0)