mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-20 03:40:05 +08:00
🔧 change default assets path
This commit is contained in:
parent
79bef09ee7
commit
3f2be8a6ca
@ -37,7 +37,7 @@ func DefaultConfig() *Config {
|
|||||||
return &Config{
|
return &Config{
|
||||||
Address: "0.0.0.0",
|
Address: "0.0.0.0",
|
||||||
Port: 5244,
|
Port: 5244,
|
||||||
Assets: "https://npm.elemecdn.com/alist-web@$version",
|
Assets: "https://npm.elemecdn.com/alist-web@$version/dist",
|
||||||
TempDir: "data/temp",
|
TempDir: "data/temp",
|
||||||
Database: Database{
|
Database: Database{
|
||||||
Type: "sqlite3",
|
Type: "sqlite3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user