Skip to content
Snippets Groups Projects
Commit fc4378dccc51 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

fix(frontend): use proper env variable for image

parent 1faf6c0bb614
No related branches found
No related tags found
2 merge requests!49ci: put python package in registry, not pypi,!48fix(frontend): use proper env variable for image
Pipeline #231614 canceled
......@@ -14,7 +14,7 @@
}) {
const API_ENDPOINT = process.env.RODOLF_API_URL;
const APP_TITLE = process.env.RODOLF_APP_TITLE;
const APP_LOGO = process.env.RODOLF_APP_LOGO;
const APP_LOGO = process.env.RODOLF_APP_LOGO_B64;
if (!API_ENDPOINT) {
console.error("No api endpoint configured");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment