| secrets.yml.example - warvox - VoIP based wardialing tool, forked from rapid7/w… | |
| git clone git://jay.scot/warvox | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| secrets.yml.example (206B) | |
| --- | |
| 1 development: | |
| 2 secret_key_base: <%= WarVOX::Config.load_session_key %> | |
| 3 | |
| 4 test: | |
| 5 secret_key_base: <%= WarVOX::Config.load_session_key %> | |
| 6 | |
| 7 production: | |
| 8 secret_key_base: <%= WarVOX::Config.load_session_key % |