mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-18 01:39:01 +00:00
9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
postgres: &postgres
|
|
adapter: postgresql
|
|
username: postgres
|
|
|
|
test:
|
|
<<: *postgres
|
|
database: snpr_test
|
|
|