diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 20:17:07 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-12 20:17:07 +0200 |
commit | a23e08ce20887efb4e158a02ffee1f775a0db89f (patch) | |
tree | 493a2cef5496aec74e57ad453574fdef6856f92b /app/config/secrets/chat | |
parent | fb4ffbc7faa0d123ce9bf817d240a8c670c494e3 (diff) | |
download | infrastructure-a23e08ce20887efb4e158a02ffee1f775a0db89f.tar.gz infrastructure-a23e08ce20887efb4e158a02ffee1f775a0db89f.zip |
Refactor 2
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 |