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