From 7a14766ace4abe49474462b1f150a1b73c62d9d6 Mon Sep 17 00:00:00 2001 From: pulltheflower Date: Fri, 13 Mar 2020 11:46:07 +0800 Subject: [PATCH] add secret.yml --- config/secret.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/secret.yml diff --git a/config/secret.yml b/config/secret.yml new file mode 100644 index 0000000..9307289 --- /dev/null +++ b/config/secret.yml @@ -0,0 +1,4 @@ +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> \ No newline at end of file -- GitLab