Creazione organizza
[YouAndWeb_TwoToc] / .fr-KzWVa7 / twotoc / server / config / environment / test.js
diff --git a/.fr-KzWVa7/twotoc/server/config/environment/test.js b/.fr-KzWVa7/twotoc/server/config/environment/test.js
new file mode 100755 (executable)
index 0000000..129eb2c
--- /dev/null
@@ -0,0 +1,20 @@
+'use strict';
+
+// Test specific configuration
+// ===========================
+module.exports = {
+  // MongoDB connection options
+  mongo: {
+    uri: 'mongodb://localhost/twotoc-test'
+  },
+  sequelize: {
+    uri: 'sqlite://',
+    options: {
+      logging: false,
+      storage: 'test.sqlite',
+      define: {
+        timestamps: false
+      }
+    }
+  }
+};