Skip to content

Commit

Permalink
Merge pull request #38 from ufosc/feature/auth-token
Browse files Browse the repository at this point in the history
Groups api, spotify tokens
  • Loading branch information
IkeHunter authored Sep 8, 2024
2 parents 8550ed2 + cec5350 commit f9c1344
Show file tree
Hide file tree
Showing 34 changed files with 1,169 additions and 773 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ README-old.md
utils-old/
coverage/
_depricated/
_deprecated/

### Terraform ###
# Local .terraform directories
Expand Down
10 changes: 3 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// {
// "files.associations": {
// "*.sh.tpl": "shellscript",
// "*.json.tpl": "JSON",
// "*.conf.tpl": "NGINX Conf"
// }
// }
{
"java.compile.nullAnalysis.mode": "disabled"
}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- MONGO_URI=mongodb://root:changeme@mongo-jbx:27017
- SPOTIFY_CLIENT_ID=${SPOTIFY_CLIENT_ID}
- SPOTIFY_CLIENT_SECRET=${SPOTIFY_CLIENT_SECRET}
- LOG_LEVEL=debug
ports:
- 8000:8000
depends_on:
Expand Down
Loading

0 comments on commit f9c1344

Please sign in to comment.