release: v1.9.1

This commit is contained in:
meilin.huang
2024-11-21 19:02:15 +08:00
parent e03ceecd9a
commit 9366a76b84
17 changed files with 253 additions and 61 deletions

12
server/readme_en.txt Normal file
View File

@@ -0,0 +1,12 @@
Related configuration files:
backend:
config.yml: Server port, mysql, aeskey(16, 24, 32 chars), jwt-key and other information can be configured here.
It is recommended to replace aes.key(resource password encryption such as machine, database, redis password) and jwT.key (jwt secret key) with a random string.
server start & restart: ./startup.sh
server shutdown: ./shutdown.sh
The project can be accessed directly via host:port (port is server.port as configured in config.yml).
Initial account: admin/admin123.