From 8bd66aad8287983482918d4981c7d7438c1a6ad1 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Fri, 15 Oct 2021 16:26:03 +0200 Subject: [PATCH] add credentials for staging and production --- .gitignore | 8 ++++++++ config/credentials/development.yml.enc | 1 + config/credentials/production.yml.enc | 1 + config/credentials/staging.yml.enc | 1 + config/credentials/test.yml.enc | 1 + 5 files changed, 12 insertions(+) create mode 100644 config/credentials/development.yml.enc create mode 100644 config/credentials/production.yml.enc create mode 100644 config/credentials/staging.yml.enc create mode 100644 config/credentials/test.yml.enc diff --git a/.gitignore b/.gitignore index 2b271310..5614b3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,11 @@ config/local_env.yml .idea/ /config/master.key + +/config/credentials/staging.key + +/config/credentials/production.key + +/config/credentials/test.key + +/config/credentials/development.key diff --git a/config/credentials/development.yml.enc b/config/credentials/development.yml.enc new file mode 100644 index 00000000..af502426 --- /dev/null +++ b/config/credentials/development.yml.enc @@ -0,0 +1 @@ +BT6iQXFC9KSTrl2ERWJBrgTjSC+hpRj7v3VexKptLx5m2H20A4nUNx8ng2z/Px/47FBVtTUpyBBPf1yubbLZWs6VNsKzgmhUGiWjZ3x0UzQChPN6tgR1dNN34Olbr8eBvlWacb/VwrJysoHf+OR+MpPWdxqZNgoruqHXgJgU7xs24+MUVUiqUC80v0GDzar7aTEwXZFIOA==--O8YzbfYG1w8ZcEVp--He1+cpuOPDgYOAEXRLyzxA== \ No newline at end of file diff --git a/config/credentials/production.yml.enc b/config/credentials/production.yml.enc new file mode 100644 index 00000000..61d95bd1 --- /dev/null +++ b/config/credentials/production.yml.enc @@ -0,0 +1 @@ +KX2iu27u/BXglSTHH4yD2ApSFEgZxn9C3EyJq151WIMH8ZSI6ThlF4tOhekwXkbTBxH4--2INMwwXnnq/Q1ur4--RBKY0uu9FmKTbxarieTWiQ== \ No newline at end of file diff --git a/config/credentials/staging.yml.enc b/config/credentials/staging.yml.enc new file mode 100644 index 00000000..c796f02b --- /dev/null +++ b/config/credentials/staging.yml.enc @@ -0,0 +1 @@ +R+Ip8wqfVzRwuVraYG4cubh3oUHbJjat8ddjCwB30HQLKIOsuxiSH9oUEP2yTmXG3iTx--t7wIdTiRrs7eOVB7--0x4CV22/Jl2ElPzaFT/ICA== \ No newline at end of file diff --git a/config/credentials/test.yml.enc b/config/credentials/test.yml.enc new file mode 100644 index 00000000..882c31cd --- /dev/null +++ b/config/credentials/test.yml.enc @@ -0,0 +1 @@ +LVLki98j5ziVOtGhQhXvB/iCF3qVFR98ztFGyi+uFYh1Ma2sRu72TJGMc0Wk29BD15F0ytNsgmBpQUwmk4Mrwoq7RIAd8sODbnfD9ScC4eguvCS8gN8NpU3NYnuZEbrw3xFOvH+apfKYlo5jomoGV2hytEW7WQkUNIE+M1TjYU0FFYkKs0F6ovw/xdMBGhzFZndjfU4BAg==--NE3oTAKz9bImGD1M--vlT/dy8GZunUkoovq2g+SA== \ No newline at end of file