diff --git a/conf/database.example.yml b/conf/database.example.yml new file mode 100644 index 0000000..7e213b2 --- /dev/null +++ b/conf/database.example.yml @@ -0,0 +1,9 @@ +production: + adapter: postgresql + host: localhost + encoding: unicode + database: yunobase + pool: 5 + username: yunouser + password: yunopass + template: template0