|
|
@@ -153,25 +153,6 @@ const settings = {
|
|
|
project_history: redisConfig,
|
|
|
},
|
|
|
|
|
|
- // The compile server (the clsi) uses a SQL database to cache files and
|
|
|
- // meta-data. sqlite is the default, and the load is low enough that this will
|
|
|
- // be fine in production (we use sqlite at sharelatex.com).
|
|
|
- //
|
|
|
- // If you want to configure a different database, see the Sequelize documentation
|
|
|
- // for available options:
|
|
|
- //
|
|
|
- // https://github.com/sequelize/sequelize/wiki/API-Reference-Sequelize#example-usage
|
|
|
- //
|
|
|
- mysql: {
|
|
|
- clsi: {
|
|
|
- database: 'clsi',
|
|
|
- username: 'clsi',
|
|
|
- password: '',
|
|
|
- dialect: 'sqlite',
|
|
|
- storage: Path.join(DATA_DIR, 'db.sqlite'),
|
|
|
- },
|
|
|
- },
|
|
|
-
|
|
|
// File storage
|
|
|
// ------------
|
|
|
|