Skip to content

Commit

Permalink
add route to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
hizclick committed May 15, 2024
1 parent 5b83fff commit 2e41245
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions 40-create-ghcred.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ ln -s /usr/share/nginx/html /usr/share/nginx/html/"$VUE_APP_PUBLIC_PATH"
sed -i "s+/myAppPlaceholder+$VUE_APP_PUBLIC_PATH+g" /usr/share/nginx/html/index.html
sed -i "s+/myAppPlaceholder+$VUE_APP_PUBLIC_PATH+g" /usr/share/nginx/html/js/app.*.js

# Create nginx config from environment variables
# # *prevent envsubst from killing nginx vars with 'tr' and '@'*
# cat <<EOT | envsubst | tr '@' '$' >/GH_OAUTH_CLIENT.conf
# set @CLIENT_ID $CLIENT_ID;
# set @CLIENT_SECRET $CLIENT_SECRET;
# set @CALL_BACK $CALL_BACK;
# EOT
Create nginx config from environment variables
# *prevent envsubst from killing nginx vars with 'tr' and '@'*
cat <<EOT | envsubst | tr '@' '$' >/GH_OAUTH_CLIENT.conf
set @CLIENT_ID $CLIENT_ID;
set @CLIENT_SECRET $CLIENT_SECRET;
set @CALL_BACK $CALL_BACK;
EOT
1 change: 0 additions & 1 deletion src/components/OsdComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export default {
// The users has selected an existing annotation
// console.log('selected annotation')
// console.log(annotation)
console.log("anno is clicked " , annotation)
})
Expand Down

0 comments on commit 2e41245

Please sign in to comment.