Skip to content

Commit

Permalink
update env key
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 14, 2024
1 parent 42df010 commit dd49578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN npm run build --prod
FROM nginx:alpine
ENV BASE_PATH=""
ENV API_URL=""
ENV APP_KEY=""
ENV RECAPTCHA_KEY=""
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY nginx/replace_env.sh /docker-entrypoint.d/replace_env.sh
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<script>
FUSIO_URL = '${API_URL}';
FUSIO_APP_KEY = '${APP_KEY}';
RECAPTCHA_KEY = '${RECAPTCHA_KEY}';
</script>
</head>
<body>
Expand Down

0 comments on commit dd49578

Please sign in to comment.