huginn/config
Dominik Sander d6e185f0f3 Docker: fix usage of ENV variables that are not in .env.example
Variables that are usable but not present with default values in .env.example were located with this one-liner:

```
diff --changed-group-format='%<' --unchanged-group-format='' <(ack "ENV\[.(.+?).\]" --output='$1' -h app config lib db| sort | uniq) <(grep = .env.example | sed -e 's/^#\([^ ]\)/\1/' | grep -v -e '^#'| ack "(.+?)=" --output='$1'|sort)
```
2016-08-06 14:54:08 +02:00
..
deploy Add capistrano 3 and documentation 2015-08-19 00:13:45 +02:00
environments Docker: fix usage of ENV variables that are not in .env.example 2016-08-06 14:54:08 +02:00
initializers Monkey patch faraday to fix encoding issue in URLs 2016-07-25 23:00:10 +02:00
locales Improve agent and scenario forms 2016-05-12 09:15:49 +02:00
application.rb Update Rails to 4.2.5.1 and unify configuration files 2016-01-25 21:36:03 -08:00
boot.rb Upgrade to rails 4.2 2015-03-19 22:21:50 +01:00
database.yml rails 4 defaulted this on, making mysql complain on bad encoding 2015-08-31 08:47:23 -07:00
deploy.rb Add capistrano 3 and documentation 2015-08-19 00:13:45 +02:00
environment.rb initial commit 2013-03-09 22:36:12 -08:00
icons.yml Uploadicons (#1427) 2016-06-15 23:52:50 -07:00
routes.rb enable disable all agents within a scenario (#1506) 2016-06-13 22:36:22 -07:00
unicorn.rb.example Incorporate feedback 2015-08-19 00:14:04 +02:00