At the moment, the domain has to be configured manually in docker-compose.yaml and frontend/src/environments/environment.prod.ts/ (see https://github.com/Paul2708/cercet#run-it).
It would be great if both - docker-compose and angular - could use an environment variable e.g. CERCET_DOMAIN instead of a hardcoded URL.
At the moment, the domain has to be configured manually in
docker-compose.yamlandfrontend/src/environments/environment.prod.ts/(see https://github.com/Paul2708/cercet#run-it).It would be great if both - docker-compose and angular - could use an environment variable e.g.
CERCET_DOMAINinstead of a hardcoded URL.