mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 20:01:30 +00:00
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) ``` |
||
---|---|---|
.. | ||
deploy | ||
environments | ||
initializers | ||
locales | ||
application.rb | ||
boot.rb | ||
database.yml | ||
deploy.rb | ||
environment.rb | ||
icons.yml | ||
routes.rb | ||
unicorn.rb.example |