diff options
| author | Patricio Cano <suprnova32@gmail.com> | 2015-09-16 19:54:18 -0500 |
|---|---|---|
| committer | Patricio Cano <suprnova32@gmail.com> | 2015-09-16 19:54:18 -0500 |
| commit | 1ddefa3beabed00f08c893ca66b9f004e3b4e4df (patch) | |
| tree | 12c0546f4246b8ee5090c32996f3301207bcf93f /config/secrets.yml.example | |
| parent | 1ef2ce95d507c3d21598f26dd8a0e77dfc3c33cf (diff) | |
| parent | cac969229aab74ab5dcd7682c4f1c3a74a17b9d6 (diff) | |
| download | gitlab-ce-1ddefa3beabed00f08c893ca66b9f004e3b4e4df.tar.gz | |
Merge branch 'master' into notification-levels
Diffstat (limited to 'config/secrets.yml.example')
| -rw-r--r-- | config/secrets.yml.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/secrets.yml.example b/config/secrets.yml.example new file mode 100644 index 00000000000..6b408ac6031 --- /dev/null +++ b/config/secrets.yml.example @@ -0,0 +1,12 @@ +production: + # db_key_base is used to encrypt for Variables. Ensure that you don't lose it. + # If you change or lose this key you will be unable to access variables stored in database. + # Make sure the secret is at least 30 characters and all random, + # no regular words or you'll be exposed to dictionary attacks. + # db_key_base: + +development: + db_key_base: development + +test: + db_key_base: test |
