mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update README.md
This commit is contained in:
parent
94c14e0576
commit
799c38a646
1 changed files with 3 additions and 1 deletions
|
@ -142,7 +142,7 @@ the package name.
|
|||
|
||||
### Configuration Options
|
||||
|
||||
You can pass configuration options to ShareLaTeX as environment variables:
|
||||
You can pass the core configuration options to ShareLaTeX as environment variables:
|
||||
|
||||
```
|
||||
$ docker run -d \
|
||||
|
@ -167,6 +167,8 @@ configured correctly!
|
|||
* `SHARELATEX_SECURE_COOKIE`: Set this to something non-zero to use a secure cookie.
|
||||
Only use this if your ShareLaTeX instance is running behind a reverse proxy with SSL configured.
|
||||
|
||||
Other settings such as email setup need to be edited in the docker container at /etc/sharelatex/settings.coffee. We realise this is not an ideal solution and are working on a more streamlined settings file approach.
|
||||
|
||||
### Creating and Managing users
|
||||
|
||||
Uun the following command to create your first user and make them an admin:
|
||||
|
|
Loading…
Reference in a new issue