Changes:
- fixed env-vars - fixed EE signup - changed EE DB structure - changed FOS DB structure - fixed announcements - use minio for api - use minio for sourcemaps-reader - share env-vars with sourcemaps-reader
This commit is contained in:
parent
192d1231d4
commit
34e6d78972
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ base_time = datetime.now(pytz.utc)
|
|||
|
||||
cors_config = CORSConfig(
|
||||
allow_origin='*',
|
||||
allow_headers=['vnd.asayer.io.sid'],
|
||||
allow_headers=['vnd.openreplay.com.sid'],
|
||||
# max_age=600,
|
||||
# expose_headers=['X-Special-Header'],
|
||||
allow_credentials=True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue