1
0
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:
Prof. Jayanth R Varma 2024-10-18 12:21:29 +05:30 committed by GitHub
parent 6ac5412104
commit 513abcce25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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