lib/templates/config/settings.yml in aetherg-0.2.7 vs lib/templates/config/settings.yml in aetherg-0.3.1
- old
+ new
@@ -1,8 +1,9 @@
default: &default
name: "<%= @name.camelcase %>"
description: "<%= @name.camelcase %> API awesome!"
url: "https://<%= @name.filename %>.com/"
+ csrf_token: <%= SecureRandom.hex(32) %>
development:
<<: *default
test: