init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
development:
|
||||
adapter: mysql2
|
||||
encoding: utf8mb4
|
||||
database: dashboard_development
|
||||
username: root
|
||||
password: mypassword
|
||||
host: db
|
||||
|
||||
production:
|
||||
adapter: mysql2
|
||||
encoding: utf8
|
||||
username: root
|
||||
password:
|
||||
database: sinatra_template_production
|
||||
Reference in New Issue
Block a user