- 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:
KRAIEM Taha Yassine 2021-05-09 02:23:54 +02:00
parent 3eccf4eec6
commit cfe24238cf

View file

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