# List of authorized frontend domains.
ALLOWED_ORIGINS=http://127.0.0.1:4001,https://myapp.com,https://myappstg.com

# Frontend domains with wildcard (e.g. https://pr201.devmyapp.com, https://pr202.devmyapp.com)
ALLOWED_ORIGIN_DEV=^https:\/\/[\w-]+\.devmyapp\.com$

# Authorized list of Sage Active environments:
ALLOWED_ENVS=fr,es,de

# x-api-key for the SBCAuth "MyApp" application for all public APIs of the 3 PRODS.
API_KEY_FR=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
API_KEY_ES=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
API_KEY_DE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

# ClientId for the SBCAuth "MyApp" application for all public APIs of the 3 PRODS.
CLIENTID_FR=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CLIENTID_ES=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
CLIENTID_DE=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx