From 6ee4f6a50516578bd1071520c7e2133dbc3df97e Mon Sep 17 00:00:00 2001 From: nemesis Date: Thu, 23 Aug 2018 18:14:50 +0200 Subject: [PATCH] conf --- config/sq3_database.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 config/sq3_database.yml diff --git a/config/sq3_database.yml b/config/sq3_database.yml deleted file mode 100644 index 50a53a1..0000000 --- a/config/sq3_database.yml +++ /dev/null @@ -1,31 +0,0 @@ -development: - adapter: sqlite3 - encoding: unicode - database: ito_dev - pool: 5 - username: ito_dev - password: - -# Connect on a TCP socket. Omitted by default since the client uses a - # domain socket that doesn't need configuration. Windows does not have - # domain sockets, so uncomment these lines. - #host: 192.168.0.13 - #port: 5432 - - # Schema search path. The server defaults to $user,public - #schema_search_path: myapp,sharedapp,public - - # Minimum log levels, in increasing order: - # debug5, debug4, debug3, debug2, debug1, - # log, notice, warning, error, fatal, and panic - # The server defaults to notice. - #min_messages: warning - -production: - adapter: sqlite3 - encoding: unicode - database: ito - pool: 5 - username: ito - password: -