This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup database files and add SQLite support
- Loading branch information
Jamie Snape
committed
Nov 3, 2014
1 parent
6c978ee
commit f48bec7
Showing
234 changed files
with
5,388 additions
and
3,733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,34 @@ | ||
; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0. | ||
|
||
[production] | ||
database.profiler = 0 | ||
database.adapter = PDO_MYSQL | ||
database.params.host = localhost | ||
database.params.port = 3306 | ||
database.params.unix_socket = | ||
database.params.dbname = midas | ||
database.params.username = root | ||
database.params.password = | ||
database.adapter = "PDO_MYSQL" | ||
database.params.host = "localhost" | ||
database.params.port = "3306" | ||
database.params.unix_socket = "" | ||
database.params.dbname = "midas" | ||
database.params.username = "root" | ||
database.params.password = "" | ||
database.profiler = "0" | ||
version = "" | ||
|
||
[development] | ||
database.profiler = 1 | ||
database.adapter = PDO_MYSQL | ||
database.params.host = localhost | ||
database.params.port = 3306 | ||
database.params.unix_socket = | ||
database.params.dbname = midas | ||
database.params.username = root | ||
database.params.password = | ||
database.adapter = "PDO_MYSQL" | ||
database.params.host = "localhost" | ||
database.params.port = "3306" | ||
database.params.unix_socket = "" | ||
database.params.dbname = "midas" | ||
database.params.username = "root" | ||
database.params.password = "" | ||
database.profiler = "1" | ||
version = "" | ||
|
||
[testing] | ||
database.profiler = 1 | ||
database.adapter = PDO_MYSQL | ||
database.params.host = localhost | ||
database.params.port = 3306 | ||
database.params.unix_socket = | ||
database.params.dbname = midas_test | ||
database.params.username = root | ||
database.params.password = | ||
database.adapter = "PDO_MYSQL" | ||
database.params.host = "localhost" | ||
database.params.port = "3306" | ||
database.params.unix_socket = "" | ||
database.params.dbname = "midas_test" | ||
database.params.username = "root" | ||
database.params.password = "" | ||
database.profiler = "1" | ||
version = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.