Files
metasploit-gs/docker/database.yml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
92 B
YAML
Raw Normal View History

2018-10-21 22:30:01 +02:00
development: &pgsql
url: <%= ENV['DATABASE_URL'] %>
production: &production
<<: *pgsql