Ajout CORS backend
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
TRUSTED_HOSTS='^(localhost|127.0.0.1)$'
|
||||
DATABASE_URL=mysql://logo:logo@database:3306/logo?server_version=mariadb-10.4.12
|
||||
DATABASE_URL=mysql://logo:logo@database:3306/logo?server_version=mariadb-10.4.12
|
||||
CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$
|
Reference in New Issue
Block a user