add desktop backend config
This commit is contained in:
3
desktop/.gitignore
vendored
3
desktop/.gitignore
vendored
@@ -39,9 +39,6 @@ build/
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
|
||||
## Database related
|
||||
connectionpetstore.properties
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
log.txt
|
||||
|
||||
3
desktop/src/main/resources/connectionpetstore.properties
Normal file
3
desktop/src/main/resources/connectionpetstore.properties
Normal file
@@ -0,0 +1,3 @@
|
||||
# Backend URL — swap comments to switch between local and remote
|
||||
api.baseUrl=http://localhost:8080
|
||||
#api.baseUrl=https://petshop-backend.nicepond-c7280126.westus2.azurecontainerapps.io
|
||||
Reference in New Issue
Block a user