1
0
Fork 0
This repository has been archived on 2023-03-28. 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

development:
email: admin@example.com
password: password
nickname: admin
public_name: Just Admin
biography: I am creator of the website you read this text on.
production:
email: <%= Rails.application.credentials.superuser_email %>
password: <%= Rails.application.credentials.superuser_password %>
nickname: kotovalexarian
public_name: Alex Kotov
biography: I am creator of the website you read this text on.