Files
basic-banking/http/http-client.env.json
Swordsteel 61519fc586 project setup
- update README.md
- setup tls
  - update gradle.properties with docker tls ports
  - update application.yml
    - disable tls in develop
    - set docker values
    - add default tls values
  - add keystore.p12
- setup postgres
  - update application.yml with defualt values
  - add 000-initizalise.sql
  - add postgres dependencies and config
  - add docker compose development
- add actuator.http
- add http environment
- update name and readme for service
2025-09-13 12:46:02 +02:00

12 lines
166 B
JSON

{
"develop": {
"url": "http://localhost:8080"
},
"docker": {
"url": "https://localhost:8443"
},
"kubernetes": {
"url": "https://10.0.0.0"
}
}