From a23e08ce20887efb4e158a02ffee1f775a0db89f Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 20:17:07 +0200 Subject: Refactor 2 --- app/config/secrets/chat/fb2mx/as_token.sample | 0 app/config/secrets/chat/fb2mx/db_url.sample | 1 + app/config/secrets/chat/fb2mx/hs_token.sample | 0 3 files changed, 1 insertion(+) create mode 100644 app/config/secrets/chat/fb2mx/as_token.sample create mode 100644 app/config/secrets/chat/fb2mx/db_url.sample create mode 100644 app/config/secrets/chat/fb2mx/hs_token.sample (limited to 'app/config/secrets/chat/fb2mx') 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 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 -- cgit v1.2.3