Skip to content

Commit

Permalink
Use .tt extension for Thor templates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 8, 2018
1 parent 0a9b9c8 commit 819a4e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
databases:
main:
# Database URL (defaults to app database)
# url: <%= ENV["DATABASE_URL"] %>
# url: <%%= ENV["DATABASE_URL"] %>

# Minimum time for long running queries
# long_running_query_sec: 60
Expand All @@ -20,7 +20,7 @@ databases:

# Add more databases
# other:
# url: <%= ENV["OTHER_DATABASE_URL"] %>
# url: <%%= ENV["OTHER_DATABASE_URL"] %>

# Time zone (defaults to app time zone)
# time_zone: "Pacific Time (US & Canada)"

0 comments on commit 819a4e5

Please sign in to comment.