perf: 构建工具调整
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mode: standard
|
||||
# server version: standard/lite/tenant
|
||||
serverVersion: "standard"
|
||||
|
||||
# file: log file name
|
||||
# level: /trace/debug/info/warn/error/fatal, default: debug
|
||||
@@ -35,32 +36,6 @@ webServer:
|
||||
certFile: /usr/local/etc/omc/certs/omc-web.crt
|
||||
keyFile: /usr/local/etc/omc/certs/omc-web.key
|
||||
|
||||
# data sources
|
||||
database:
|
||||
dataSource:
|
||||
# Default datab887854ase instance
|
||||
default:
|
||||
type: "mysql"
|
||||
host: "127.0.0.1"
|
||||
port: 33066
|
||||
username: "root"
|
||||
password: "1000omc@kp!"
|
||||
database: "omc_db"
|
||||
# used to specify the default data source for multiple data resourece
|
||||
defaultDataSourceName: "default"
|
||||
|
||||
# Redis data cache
|
||||
redis:
|
||||
dataSource:
|
||||
# OMC system db
|
||||
default:
|
||||
port: 6379 # Redis port
|
||||
host: "127.0.0.1" # Redis host
|
||||
password: "helloearth"
|
||||
db: 10 # Redis db_num
|
||||
# used to specify the default data source for multiple data resourece
|
||||
defaultDataSourceName: "default"
|
||||
|
||||
# sleep: time delay for after write buffer (millisecond)
|
||||
# deadLine: timeout for io read and write (second)
|
||||
mml:
|
||||
|
||||
BIN
build/linux/usr/local/etc/omc/default/omc_db.sqlite
Normal file
BIN
build/linux/usr/local/etc/omc/default/omc_db.sqlite
Normal file
Binary file not shown.
Reference in New Issue
Block a user