Skip to content

Commit

Permalink
🔧 change default config
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 14, 2022
1 parent ccaa28a commit 21ca2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func DefaultConfig() *Config {
return &Config{
Address: "0.0.0.0",
Port: 5244,
Assets: "",
Assets: "zhimg",
Database: Database{
Type: "sqlite3",
Port: 0,
Expand Down

0 comments on commit 21ca2f1

Please sign in to comment.