Skip to content

Commit f69d259

Browse files
authored
Merge pull request #15 from opexdev/release/v1.0.0-beta.5
Release v1.0.0 beta.5
2 parents cb35235 + 30a45ca commit f69d259

File tree

13 files changed

+24437
-14015
lines changed

13 files changed

+24437
-14015
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- CLIENT_ID=$CLIENT_ID
1111
- CLIENT_SECRET=$CLIENT_SECRET
1212
- SUPERSET_URL=$SUPERSET_URL
13+
- CALENDAR_TYPE=$WEB_APP_CALENDAR_TYPE
1314
networks:
1415
- default
1516
deploy:

env-map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ window.env = {
66
REACT_APP_CLIENT_ID: "$CLIENT_ID",
77
REACT_APP_SUPERSET_URL:"$SUPERSET_URL",
88
REACT_APP_CLIENT_SECRET: "$CLIENT_SECRET",
9+
REACT_APP_CALENDAR_TYPE : "$CALENDAR_TYPE",
910
};

0 commit comments

Comments
 (0)