lib/envied/templates/Envfile.tt in envied-0.6.3 vs lib/envied/templates/Envfile.tt in envied-0.7.0

- old
+ new

@@ -1,4 +1,8 @@ # A sample Envfile # enable_defaults! { ENV['RACK_ENV'] != 'production' } # variable :REDIS_URL, :String, default: 'redis://localhost:6379' +# +# group :production do +# variable :MAIL_PASS_USERNAME, :String +# end