diff --git a/.gitignore b/.gitignore index fb17bf308..b38eca65f 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,9 @@ venv.bak/ # mypy .mypy_cache/ +# Visual Studio +.vscode/ + # Project specific include/excludes !frontend/build api/client_secrets/secrets.json @@ -115,17 +118,16 @@ owasp/dependency-check-report.html sonar-runner/.gradle .DS_Store /.idea +/frontend/static/keycloak.json /frontend/static/keycloak-local.json /frontend/static/keycloak-local.localhost.json /frontend/static/keycloak-local.pathfinder.json +/frontend/static/keycloak-local.pathfinder-test.json +/frontend/static/keycloak-local.pathfinder-dev.json # Docker api/Dockerfile frontend/Dockerfile docker-compose.yml api/init.sh -api/wait-for-it.sh - -/frontend/static/keycloak-local.pathfinder-test.json -/frontend/static/keycloak-local.pathfinder-dev.json -/frontend/static/keycloak.json +api/wait-for-it.sh \ No newline at end of file diff --git a/documentation/DigitalSignage/Setup Instructions for Raspberry Pi Kiosk.docx b/documentation/DigitalSignage/Setup Instructions for Raspberry Pi Kiosk.docx new file mode 100644 index 000000000..08a17e05e Binary files /dev/null and b/documentation/DigitalSignage/Setup Instructions for Raspberry Pi Kiosk.docx differ diff --git a/documentation/Readme.md b/documentation/Readme.md index b6240799c..f0dd3a61a 100644 --- a/documentation/Readme.md +++ b/documentation/Readme.md @@ -52,7 +52,7 @@ Ensure you have python 3. I also had to install: gcc, python3-venv, libmysqlclie 1. `cd queue-management` 1. `cp documentation/demo-files/secrets.json api/client_secrets/secrets.json` -1. `cp documentation/demo-files/keycloak-local.json frontend/static/keycloak-local.json` +1. `cp documentation/demo-files/keycloak.json frontend/static/keycloak.json` ### Set Enviornment Variables required: diff --git a/documentation/demo-files/keycloak-local.json b/documentation/demo-files/keycloak.json similarity index 100% rename from documentation/demo-files/keycloak-local.json rename to documentation/demo-files/keycloak.json