1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-02 21:43:08 +00:00
overleaf/services/clsi/config/settings.testing.coffee

38 lines
836 B
CoffeeScript
Raw Normal View History

2014-02-12 17:27:43 +00:00
Path = require "path"
module.exports =
# Options are passed to Sequelize.
# See http://sequelizejs.com/documentation#usage-options for details
mysql:
clsi:
database: "clsi"
username: "clsi"
password: null
2014-02-18 17:40:55 +00:00
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")
2014-02-12 17:27:43 +00:00
path:
compilesDir: Path.resolve(__dirname + "/../compiles")
clsiCacheDir: Path.resolve(__dirname + "/../cache")
2014-02-13 09:33:39 +00:00
# clsi:
# commandRunner: "docker-runner-sharelatex"
# docker:
# image: "quay.io/sharelatex/texlive-full"
# env:
# PATH: "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/texlive/2013/bin/x86_64-linux/"
# HOME: "/tmp"
# socketPath: "/var/run/docker.sock"
# user: "tex"
2014-02-12 17:27:43 +00:00
internal:
clsi:
port: 3013
2014-02-13 09:33:39 +00:00
host: "localhost"
2014-02-12 17:27:43 +00:00
apis:
clsi:
url: "http://localhost:3013"