mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
14 lines
249 B
Text
14 lines
249 B
Text
|
|
# Rails Settings
|
|
EXPOSED_PORT=3000
|
|
SECRET_KEY_BASE=changeme123
|
|
RAILS_ENV=development
|
|
|
|
# Database Settings
|
|
DB_PORT=3306
|
|
DB_HOST=127.0.0.1
|
|
|
|
DB_DATABASE=standard_notes_db
|
|
DB_USERNAME=std_notes_user
|
|
DB_PASSWORD=changeme123
|
|
DB_ROOT_PASSWORD=changeme123
|