deployment

This commit is contained in:
qiaofeng1227 2023-10-19 08:39:11 +08:00
parent d9e22b0131
commit dacb0fe01e
2 changed files with 3 additions and 3 deletions

View file

@ -12,8 +12,8 @@ import (
const (
AdminUser = "admin"
EndpointURL = "http://localhost:8888/api/endpoints"
AuthURL = "http://localhost:8888/api/auth"
EndpointURL = "http://localhost:9000/api/endpoints"
AuthURL = "http://localhost:9000/api/auth"
CredentialLoc = "/data/credential"
)

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc66",
"version": "0.8.26-rc67",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",