mirror of
https://github.com/etesync/server
synced 2024-11-16 05:48:59 +00:00
parent
f1bfaf0242
commit
872af56e2c
@ -136,3 +136,9 @@ JOURNAL_API_PERMISSIONS = (
|
|||||||
|
|
||||||
# Cors
|
# Cors
|
||||||
CORS_ORIGIN_ALLOW_ALL = True
|
CORS_ORIGIN_ALLOW_ALL = True
|
||||||
|
|
||||||
|
# Make an `etesync_site_settings` module available to override settings.
|
||||||
|
try:
|
||||||
|
from etesync_site_settings import *
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user