overleaf/services/clsi/config/settings.testing.coffee

36 lines
761 B
CoffeeScript
Raw Normal View History

2014-02-12 12:27:43 -05: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
path:
compilesDir: Path.resolve(__dirname + "/../compiles")
clsiCacheDir: Path.resolve(__dirname + "/../cache")
2014-02-13 04:33:39 -05: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 12:27:43 -05:00
internal:
clsi:
port: 3013
2014-02-13 04:33:39 -05:00
host: "localhost"
2014-02-12 12:27:43 -05:00
apis:
clsi:
url: "http://localhost:3013"