diff --git a/config/database.yml.sqlite3 b/config/database.yml.sqlite3 index 91ffa97..d45a38e 100644 --- a/config/database.yml.sqlite3 +++ b/config/database.yml.sqlite3 @@ -7,8 +7,5 @@ test: database: tmp/anhetegua_test.db production: - adapter: mysql - database: anhetegua_production - username: root - password: - host: localhost + adapter: sqlite3 + database: tmp/anhetegua_production.db -- libgit2 0.21.2