Преглед изворни кода

Configure CLSI to use sqllite

James Allen пре 12 година
родитељ
комит
432f45ac59
3 измењених фајлова са 3 додато и 0 уклоњено
  1. 1 0
      .gitignore
  2. 0 0
      cache/.gitignore
  3. 2 0
      config/settings.development.coffee

+ 1 - 0
.gitignore

@@ -10,3 +10,4 @@ filestore
 compiles
 cache
 
+db.sqlite

+ 0 - 0
cache/.gitignore


+ 2 - 0
config/settings.development.coffee

@@ -49,6 +49,8 @@ module.exports =
 			database: "clsi"
 			username: "clsi"
 			password: ""
+			dialect: "sqlite"
+			storage: Path.resolve(__dirname + "/../db.sqlite")
 
 	# Service locations
 	# -----------------