mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:22:10 +00:00
remove whitespace before internal settings and add realtime config to settings.development.coffee.example
This commit is contained in:
parent
4a19804aa9
commit
a2a2c23f76
1 changed files with 53 additions and 50 deletions
|
@ -63,7 +63,7 @@ module.exports =
|
|||
# To use Amazon S3 as a storage backend, comment out the above config, and
|
||||
# uncomment the following, filling in your key, secret, and bucket name:
|
||||
#
|
||||
# filestore:
|
||||
#filestore:
|
||||
# backend: "s3"
|
||||
# stores:
|
||||
# user_files: "BUCKET_NAME"
|
||||
|
@ -164,7 +164,7 @@ module.exports =
|
|||
# an HTTP API running on a different port. Generally you
|
||||
# can leave these as they are unless you have some other services
|
||||
# running which conflict, or want to run the web process on port 80.
|
||||
# internal:
|
||||
#internal:
|
||||
# web:
|
||||
# port: webPort = 3000
|
||||
# host: "localhost"
|
||||
|
@ -192,6 +192,9 @@ module.exports =
|
|||
# spelling:
|
||||
# port: spellingPort = 3005
|
||||
# host: "localhost"
|
||||
# realTime:
|
||||
# port: realTimeport = 3026
|
||||
# host: "localhost"
|
||||
|
||||
# If you change the above config, or run some services on remote servers,
|
||||
# you need to tell the other services where to find them:
|
||||
|
|
Loading…
Reference in a new issue