initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
default: &default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: docuseal_dev
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
database: docuseal_test
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
database: db/production.sqlite3
|
||||
Reference in New Issue
Block a user