Fix API_BASE URL
This commit is contained in:
parent
248f14c917
commit
c5f9f0b6dc
@ -6,11 +6,11 @@ frontend:
|
||||
enabled: true
|
||||
host: labmap.dvirlabs.com
|
||||
env:
|
||||
API_BASE: "https://api.labmap.dvirlabs.com"
|
||||
API_BASE: "https://api-labmap.dvirlabs.com"
|
||||
backend:
|
||||
image: harbor.dvirlabs.com/my-apps/labmap-backend
|
||||
tag: "master-ff89b28"
|
||||
port: 8000
|
||||
ingress:
|
||||
enabled: false
|
||||
host: api.labmap.dvirlabs.com
|
||||
host: api-labmap.dvirlabs.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user