feat/US506-monthly-news
Updated fields to match last backend modifications
How to test locally ?
- In docker-compose.yml, replace images for nginx by "registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client:US506" and backend by "registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server:US506"
- In .env, set the following variables for Mock OAuth2 login
HOSTNAME=localhost
REDIRECT_URL=https://${HOSTNAME}:443/OAuth2Callback
CLIENT_ID=foo
CLIENT_SECRET=bar
AUTH_URL=http://localhost:8090/auth
TOKEN_URL=http://localhost:8090/token
USERINFO_URL=http://localhost:8090/admininfo
- Run
docker-compose up -d
- Check results on https://localhost