mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore: add cloud.nginxui.com
This commit is contained in:
parent
274542fc7d
commit
cf531e3f09
28 changed files with 43 additions and 42 deletions
|
@ -1,10 +1,11 @@
|
|||
package settings
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/uozi-tech/cosy/logger"
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/uozi-tech/cosy/logger"
|
||||
)
|
||||
|
||||
func TestDeprecatedEnvMigration(t *testing.T) {
|
||||
|
@ -60,7 +61,7 @@ HTTPChallengePort = 9181
|
|||
StartCmd = bash
|
||||
Database = database
|
||||
CADir = /test
|
||||
GithubProxy = https://mirror.ghproxy.com/
|
||||
GithubProxy = https://cloud.nginxui.com/
|
||||
Secret = newSecret
|
||||
Demo = false
|
||||
PageSize = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue