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

14 lines
457 B
YAML
Raw Normal View History

2018-12-08 21:14:33 -05:00
development:
email: admin@example.com
password: password
2019-03-24 15:27:06 -04:00
nickname: admin
public_name: Just Admin
biography: I am creator of the website you read this text on.
2018-12-08 21:14:33 -05:00
production:
email: <%= Rails.application.credentials.superuser_email %>
password: <%= Rails.application.credentials.superuser_password %>
2019-03-24 15:27:06 -04:00
nickname: kotovalexarian
public_name: Alex Kotov
biography: I am creator of the website you read this text on.