[ARVADOS] updated: 47b10ff0fa5416a5c9fadfd73bb69b1817aac1be

git at public.curoverse.com git at public.curoverse.com
Fri May 15 09:46:37 EDT 2015


Summary of changes:
 docker/sso/database.yml.in | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 docker/sso/database.yml.in

       via  47b10ff0fa5416a5c9fadfd73bb69b1817aac1be (commit)
      from  a709514c6bc4e171541106e908316f01ab6fdb60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 47b10ff0fa5416a5c9fadfd73bb69b1817aac1be
Author: Ward Vandewege <ward at curoverse.com>
Date:   Fri May 15 09:46:07 2015 -0400

    Check in docker/sso/database.yml.in, forgotten in commit ea7da293b0a10baef18cfc6e107c87a9c3b09546.
    
    No issue #

diff --git a/docker/sso/database.yml.in b/docker/sso/database.yml.in
new file mode 100644
index 0000000..025d62a
--- /dev/null
+++ b/docker/sso/database.yml.in
@@ -0,0 +1,22 @@
+# SQLite version 3.x
+#   gem install sqlite3-ruby (not necessary on OS X Leopard)
+development:
+  adapter: sqlite3
+  database: db/development.sqlite3
+  pool: 5
+  timeout: 5000
+
+# Warning: 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: sqlite3
+  database: db/test.sqlite3
+  pool: 5
+  timeout: 5000
+
+production:
+  adapter: sqlite3
+  database: db/production.sqlite3
+  pool: 5
+  timeout: 5000

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list