dashboard/public/env.js
philipp dea8773ff6 add-frames (#1)
Adds a iframe view for apps in the dashboard. Makes it usable for our setup.

Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de>
Co-authored-by: viehlieb <pf@pragma-shift.net>
Reviewed-on: #1
2022-11-02 10:25:43 +01:00

3 lines
71 B
JavaScript
Vendored

window.env = {
REACT_APP_API_URL: 'http://localhost:5000/api/v1',
};