Skip to content

Commit

Permalink
配置文件回滚 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: jinnrry <[email protected]>
  • Loading branch information
Jinnrry and Jinnrry authored Apr 30, 2024
1 parent 2660fc7 commit bd26a39
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion server/config/config.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{"logLevel":"","domain":"test.domain","domains":null,"webDomain":"mail.test.domain","dkimPrivateKeyPath":"config/dkim/dkim.priv","sslType":"1","SSLPrivateKeyPath":"./config/ssl/private.key","SSLPublicKeyPath":"./config/ssl/public.crt","dbDSN":"./config/pmail_temp.db","dbType":"sqlite","httpsEnabled":2,"spamFilterLevel":0,"httpPort":0,"httpsPort":0,"weChatPushAppId":"","weChatPushSecret":"","weChatPushTemplateId":"","weChatPushUserId":"","tgBotToken":"","tgChatId":"","isInit":true,"webPushUrl":"","webPushToken":""}
{
"logLevel": "debug",
"domain": "domain.com",
"webDomain": "mail.domain.com",
"dkimPrivateKeyPath": "config/dkim/dkim.priv",
"sslType": "0",
"SSLPrivateKeyPath": "config/ssl/private.key",
"SSLPublicKeyPath": "config/ssl/public.crt",
"dbDSN": "./config/pmail.db",
"dbType": "sqlite",
"spamFilterLevel": 1,
"httpPort": 80,
"httpsPort": 443,
"isInit": true,
"httpsEnabled": 1
}

0 comments on commit bd26a39

Please sign in to comment.