1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-05-15 03:19:29 +00:00
seafile-server/notification-server/ccnet.conf
feiniks d6f6127641
Add notification server ()
* Add notification server of go

Modify path of pkg

Send notification for update-repo event

Delete client pkg and use reflect select to send message

Modify output of log

Add formatter of log

Add jwt authentication

go add get jwt token api

CI support compile libjwt

Get group users from database

* Add ping to test mysql is alive

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2022-12-16 15:29:01 +08:00

8 lines
108 B
Plaintext

[Database]
ENGINE = mysql
HOST = 127.0.0.1
USER = seafile
PASSWD = seafile
DB = ccnet-db
CREATE_TABLES=true