diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 10:03:48 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 10:03:48 +0200 |
commit | c4a6cf1534b864d3941c839d4a4dca7e505bd828 (patch) | |
tree | 3e866768cf39ae947def5b205f74fddfb435725d /app_config/secrets/chat | |
parent | 0550647b9348d1e36431400e0832b4340564c658 (diff) | |
download | infrastructure-c4a6cf1534b864d3941c839d4a4dca7e505bd828.tar.gz infrastructure-c4a6cf1534b864d3941c839d4a4dca7e505bd828.zip |
Rebase first step
Diffstat (limited to 'app_config/secrets/chat')
13 files changed, 1 insertions, 0 deletions
diff --git a/app_config/secrets/chat/coturn/static-auth.sample b/app_config/secrets/chat/coturn/static-auth.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/coturn/static-auth.sample diff --git a/app_config/secrets/chat/fb2mx/as_token.sample b/app_config/secrets/chat/fb2mx/as_token.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/fb2mx/as_token.sample diff --git a/app_config/secrets/chat/fb2mx/db_url.sample b/app_config/secrets/chat/fb2mx/db_url.sample new file mode 100644 index 0000000..aff4635 --- /dev/null +++ b/app_config/secrets/chat/fb2mx/db_url.sample @@ -0,0 +1 @@ +postgres://username:password@hostname/dbname diff --git a/app_config/secrets/chat/fb2mx/hs_token.sample b/app_config/secrets/chat/fb2mx/hs_token.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/fb2mx/hs_token.sample diff --git a/app_config/secrets/chat/synapse/homeserver.tls.crt.sample b/app_config/secrets/chat/synapse/homeserver.tls.crt.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/homeserver.tls.crt.sample diff --git a/app_config/secrets/chat/synapse/homeserver.tls.dh.sample b/app_config/secrets/chat/synapse/homeserver.tls.dh.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/homeserver.tls.dh.sample diff --git a/app_config/secrets/chat/synapse/homeserver.tls.key.sample b/app_config/secrets/chat/synapse/homeserver.tls.key.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/homeserver.tls.key.sample diff --git a/app_config/secrets/chat/synapse/ldap_binddn.sample b/app_config/secrets/chat/synapse/ldap_binddn.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/ldap_binddn.sample diff --git a/app_config/secrets/chat/synapse/ldap_bindpw.sample b/app_config/secrets/chat/synapse/ldap_bindpw.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/ldap_bindpw.sample diff --git a/app_config/secrets/chat/synapse/postgres_db.sample b/app_config/secrets/chat/synapse/postgres_db.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/postgres_db.sample diff --git a/app_config/secrets/chat/synapse/postgres_pwd.sample b/app_config/secrets/chat/synapse/postgres_pwd.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/postgres_pwd.sample diff --git a/app_config/secrets/chat/synapse/postgres_user.sample b/app_config/secrets/chat/synapse/postgres_user.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/postgres_user.sample diff --git a/app_config/secrets/chat/synapse/registration_shared_secret.sample b/app_config/secrets/chat/synapse/registration_shared_secret.sample new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app_config/secrets/chat/synapse/registration_shared_secret.sample |