Files
mapknitter/config/database.yml.gitpod
Jeffrey Warren e4a902e73b Set up Gitpod (#1537)
* Create .gitpod.dockerfile

* Create .gitpod.yml

* Create database.yml.gitpod

* Update .gitpod.yml

* ruby 2.4.6 in gitpod.dockerfile

* Update .gitpod.yml

* Update database.yml.gitpod

* add test database

* adding && to execute everything before start commands
2021-09-03 12:17:20 -04:00

21 lines
481 B
Plaintext

development:
adapter: mysql2
username: root
password:
encoding: utf8
database: mapknitter_development
strict: false
production:
adapter: sqlite3
database: production.sqlite
# Warning: The contents of the database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
username: root
password:
database: mapknitter_test