1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/config/settings/superuser.yml

8 lines
207 B
YAML
Raw Normal View History

2018-12-08 21:14:33 -05:00
development:
email: admin@example.com
password: password
production:
2018-12-09 22:12:34 -05:00
email: <%= Rails.application.credentials.superuser_email %>
2018-12-08 21:14:33 -05:00
password: <%= Rails.application.credentials.superuser_password %>