mirror of
https://github.com/etesync/server
synced 2025-02-21 12:52:09 +00:00
Updated Basic Setup Etebase (EteSync v2) (markdown)
parent
e524a0448f
commit
48cb8139ae
@ -43,6 +43,8 @@ debug = false
|
|||||||
;Advanced options, only uncomment if you know what you're doing:
|
;Advanced options, only uncomment if you know what you're doing:
|
||||||
;static_root = /path/to/static
|
;static_root = /path/to/static
|
||||||
;static_url = /static/
|
;static_url = /static/
|
||||||
|
;media_root = /path/to/media
|
||||||
|
;media_url = /user-media/
|
||||||
;language_code = en-us
|
;language_code = en-us
|
||||||
;time_zone = UTC
|
;time_zone = UTC
|
||||||
|
|
||||||
@ -53,6 +55,9 @@ allowed_host1 = *
|
|||||||
engine = django.db.backends.sqlite3
|
engine = django.db.backends.sqlite3
|
||||||
name = db.sqlite3
|
name = db.sqlite3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you require a custom path for the media or the db, make sure that you have the correct permissions for the paths.
|
||||||
|
|
||||||
## Set up ASGI server
|
## Set up ASGI server
|
||||||
|
|
||||||
Next, we set up an [ASGI server](https://asgi.readthedocs.io/en/latest/), which will serve as a way to interface with our application.
|
Next, we set up an [ASGI server](https://asgi.readthedocs.io/en/latest/), which will serve as a way to interface with our application.
|
||||||
|
Loading…
Reference in New Issue
Block a user