mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 11:35:56 +08:00
测试应用 独角数卡
Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
parent
96ce2ead8d
commit
2a90118f95
@ -56,6 +56,27 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "独角数卡"
|
||||
edit: true
|
||||
envKey: APP_NAME
|
||||
labelZh: 网站名称
|
||||
labelEn: Website name
|
||||
required: true
|
||||
type: text
|
||||
- default: "base64:hDVkYhfkUjaePiaI1tcBT7G8bh2A8RQxwWIGkq7BO18="
|
||||
edit: true
|
||||
envKey: APP_KEY
|
||||
labelZh: 应用密钥
|
||||
labelEn: Application key
|
||||
required: true
|
||||
type: text
|
||||
- default: "http://127.0.0.1:8080"
|
||||
edit: true
|
||||
envKey: APP_URL
|
||||
labelZh: 网站域名
|
||||
labelEn: Website domain
|
||||
required: true
|
||||
type: text
|
||||
- default: "/admin"
|
||||
edit: true
|
||||
envKey: ADMIN_ROUTE_PREFIX
|
||||
|
@ -8,6 +8,10 @@ if [ -f .env ]; then
|
||||
sed -i '/^ENV_FILE=/d' .env
|
||||
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
|
||||
|
||||
if [ ! -f $DUJIAOKA_ROOT_PATH/install.lock ]; then
|
||||
touch $DUJIAOKA_ROOT_PATH/install.lock
|
||||
fi
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user