mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
* 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
21 lines
481 B
Plaintext
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
|