mirror of
https://github.com/etesync/server
synced 2024-11-24 17:58:07 +00:00
Add ports section to ini.example
This commit is contained in:
parent
6ac5412104
commit
513abcce25
@ -15,6 +15,10 @@ media_root = /path/to/media
|
|||||||
[allowed_hosts]
|
[allowed_hosts]
|
||||||
allowed_host1 = example.com
|
allowed_host1 = example.com
|
||||||
|
|
||||||
|
[ports]
|
||||||
|
;http_port = 8000
|
||||||
|
;https_port = 8043
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
engine = django.db.backends.sqlite3
|
engine = django.db.backends.sqlite3
|
||||||
name = db.sqlite3
|
name = db.sqlite3
|
||||||
|
Loading…
Reference in New Issue
Block a user