Compare commits

..

2 Commits

Author SHA1 Message Date
62fbe68b45 Use Compose Service Name For API URL 2026-09-03 11:02:42 -07:00
8717e221fb Update .gitignore 2026-09-03 11:02:26 -07:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ src/sodoffmmo.csproj.user
/docker-compose.override.yml /docker-compose.override.yml
/launchSettings.json /launchSettings.json
/obj/Docker /obj/Docker
/src/appsettings.Development.json

View File

@ -65,7 +65,7 @@
"Authentication": "Disabled", "Authentication": "Disabled",
"// ApiUrl": "SoDOff API server URL for authentication calls", "// ApiUrl": "SoDOff API server URL for authentication calls",
"ApiUrl": "http://localhost:5000", "ApiUrl": "http://sodoff:5000",
"// BypassToken": "Token allowed to connect without authentication", "// BypassToken": "Token allowed to connect without authentication",
"BypassToken": "" "BypassToken": ""