diff options
author | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:37:34 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:37:34 +0100 |
commit | d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87 (patch) | |
tree | 6ca1be19d3b15c61cdb3fe4de448c20fc12b769f /app/im/secrets/chat/fb2mx | |
parent | c74dc92febd1841c8ea5ff31caab0f941d57527d (diff) | |
download | infrastructure-d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87.tar.gz infrastructure-d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87.zip |
Document secrets and add stub utility to manage them
Diffstat (limited to 'app/im/secrets/chat/fb2mx')
-rw-r--r-- | app/im/secrets/chat/fb2mx/as_token | 1 | ||||
-rw-r--r-- | app/im/secrets/chat/fb2mx/as_token.sample | 0 | ||||
-rw-r--r-- | app/im/secrets/chat/fb2mx/db_url | 1 | ||||
-rw-r--r-- | app/im/secrets/chat/fb2mx/db_url.sample | 1 | ||||
-rw-r--r-- | app/im/secrets/chat/fb2mx/hs_token | 1 | ||||
-rw-r--r-- | app/im/secrets/chat/fb2mx/hs_token.sample | 0 |
6 files changed, 3 insertions, 1 deletions
diff --git a/app/im/secrets/chat/fb2mx/as_token b/app/im/secrets/chat/fb2mx/as_token new file mode 100644 index 0000000..20b76d4 --- /dev/null +++ b/app/im/secrets/chat/fb2mx/as_token @@ -0,0 +1 @@ +USER fb2mx API server token diff --git a/app/im/secrets/chat/fb2mx/as_token.sample b/app/im/secrets/chat/fb2mx/as_token.sample deleted file mode 100644 index e69de29..0000000 --- a/app/im/secrets/chat/fb2mx/as_token.sample +++ /dev/null diff --git a/app/im/secrets/chat/fb2mx/db_url b/app/im/secrets/chat/fb2mx/db_url new file mode 100644 index 0000000..f06e265 --- /dev/null +++ b/app/im/secrets/chat/fb2mx/db_url @@ -0,0 +1 @@ +USER fb2mx database URL, format: postgres://username:password@hostname/dbname diff --git a/app/im/secrets/chat/fb2mx/db_url.sample b/app/im/secrets/chat/fb2mx/db_url.sample deleted file mode 100644 index aff4635..0000000 --- a/app/im/secrets/chat/fb2mx/db_url.sample +++ /dev/null @@ -1 +0,0 @@ -postgres://username:password@hostname/dbname diff --git a/app/im/secrets/chat/fb2mx/hs_token b/app/im/secrets/chat/fb2mx/hs_token new file mode 100644 index 0000000..8808f8f --- /dev/null +++ b/app/im/secrets/chat/fb2mx/hs_token @@ -0,0 +1 @@ +USER fb2mx homeserver token diff --git a/app/im/secrets/chat/fb2mx/hs_token.sample b/app/im/secrets/chat/fb2mx/hs_token.sample deleted file mode 100644 index e69de29..0000000 --- a/app/im/secrets/chat/fb2mx/hs_token.sample +++ /dev/null |