mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
deployment
This commit is contained in:
parent
d9e22b0131
commit
dacb0fe01e
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc66",
|
||||
"version": "0.8.26-rc67",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue