mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 05:49:02 +08:00
feat: Add offline switch
This commit is contained in:
parent
4e8c5a21f9
commit
dfaa6e3694
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ base:
|
|||
install_dir: /opt
|
||||
mode: dev
|
||||
is_demo: false
|
||||
is_offline: false
|
||||
|
||||
remote_url:
|
||||
app_repo: https://apps-assets.fit2cloud.com
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ base:
|
|||
mode: dev
|
||||
is_demo: false
|
||||
is_intl: false
|
||||
is_offline: false
|
||||
port: 9999
|
||||
username: admin
|
||||
password: admin123
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue