| Add example secrets.yml file - warvox - VoIP based wardialing tool, forked from… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit cdf16415fb0596b0155a03692ad7f58319405d61 | |
| parent f2d367546ccb8bf02ff553a14c3ed22af65af3c7 | |
| Author: Chee Yeo <[email protected]> | |
| Date: Thu, 18 Aug 2016 16:20:32 +0100 | |
| Add example secrets.yml file | |
| Diffstat: | |
| A config/secrets.yml.example | 8 ++++++++ | |
| 1 file changed, 8 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/config/secrets.yml.example b/config/secrets.yml.example | |
| @@ -0,0 +1,8 @@ | |
| +development: | |
| + secret_key_base: <%= WarVOX::Config.load_session_key %> | |
| + | |
| +test: | |
| + secret_key_base: <%= WarVOX::Config.load_session_key %> | |
| + | |
| +production: | |
| + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> |