react-logo/misc/containers/backend/env.local

3 lines
184 B
Plaintext
Raw Normal View History

2020-02-04 17:20:39 +01:00
TRUSTED_HOSTS='^(localhost|127.0.0.1)$'
2020-02-19 11:51:51 +01:00
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]+)?$