From 3b7ae298fd74aae8356c8b0a46332a2a4a759886 Mon Sep 17 00:00:00 2001 From: liberodark Date: Wed, 13 Mar 2019 14:32:55 +0100 Subject: [PATCH] update --- conf/database.example.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/database.example.yml 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