Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorchotuaashiq <akshat.maheshwari@students.iiit.ac.in>2017-12-29 04:01:01 +0300
committerchotuaashiq <akshat.maheshwari@students.iiit.ac.in>2017-12-29 04:01:01 +0300
commitdfed044797e909a3c685058b9f10e69e8513647e (patch)
tree552d712ce2fcdf9dddb14856978623181c040225 /config
parent7acba45b9df1255c784949f326536d9b1681326a (diff)
Changes to the stylesheets done
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
new file mode 100644
index 00000000..38243b78
--- /dev/null
+++ b/config/database.yml.example
@@ -0,0 +1,17 @@
+production:
+ adapter: sqlite3
+ database: db/production.sqlite3
+ pool: 5
+ timeout: 5000
+
+development:
+ adapter: sqlite3
+ database: db/development.sqlite3
+ pool: 5
+ timeout: 5000
+
+test:
+ adapter: sqlite3
+ database: db/test.sqlite3
+ pool: 5
+ timeout: 5000