-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathconfig.yaml
48 lines (44 loc) · 1.01 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
default:
# 运行模式,可选 debug 和 release
mode: debug
# 服务监听端口
listen: 8090
# jwt 签名的 key
jwt_key: pixiu
# 自动创建指定模型的数据库表结构,不会更新已存在的数据库表
auto_migrate: true
# 日志的格式,可选 text 和 json
log_format: json
log_level: info
# 静态文件路径
static_files: /static
# 配置前端请求地址
dashboard:
url: http://localhost:8080
#tls:
# cert_file: test.pem
# key_file: test.key
# 数据库地址信息
mysql:
host: peng
user: root
password: Pixiu868686
port: 3306
name: pixiu
worker:
work_dir: /tmp/pixiu
engines:
- image: ccr.ccs.tencentyun.com/pixiucloud/kubez-ansible:v2.0.1
os_supported:
- centos7
- debian10
- ubuntu18.04
- image: ccr.ccs.tencentyun.com/pixiucloud/kubez-ansible:v3.0.1
os_supported:
- debian11
- ubuntu20.04
- ubuntu22.04
- rocky8.5
- rocky9.2
- rocky9.3
- openEuler22.03