We centralized the configuration on the backend side, it is easier to manage and we can change the configuration without having to rebuild the frontend. We now use the config endpoint to get the theme, we refacto to remove the frontend env occurences and to adapt with the new way to get the theme.
2 lines
40 B
Plaintext
2 lines
40 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://test.jest
|