2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

feat: 支持 IPV6 和优化数据库位置

This commit is contained in:
耗子
2023-12-14 00:51:30 +08:00
parent 11ad8e524e
commit d731efb082
14 changed files with 54 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Set up environment
run: |
cp panel-example.conf .env
echo "DB_FILE=$(pwd)/database/panel.db" >> .env
echo "DB_FILE=$(pwd)/storage/panel.db" >> .env
go run . artisan key:generate
go run . artisan migrate
- name: Run tests