mirror of https://github.com/jeecgboot/jeecg-boot
Update production config
parent
8f81e84c54
commit
a85c7b6beb
|
@ -2,6 +2,7 @@ server:
|
||||||
port: 8080
|
port: 8080
|
||||||
tomcat:
|
tomcat:
|
||||||
max-swallow-size: -1
|
max-swallow-size: -1
|
||||||
|
connection-timeout: 30000
|
||||||
error:
|
error:
|
||||||
include-exception: true
|
include-exception: true
|
||||||
include-stacktrace: ALWAYS
|
include-stacktrace: ALWAYS
|
||||||
|
@ -328,3 +329,9 @@ justauth:
|
||||||
type: default
|
type: default
|
||||||
prefix: 'demo::'
|
prefix: 'demo::'
|
||||||
timeout: 1h
|
timeout: 1h
|
||||||
|
mabang:
|
||||||
|
api:
|
||||||
|
appkey: "87a1a0c46df86eb2683e74776894dae9"
|
||||||
|
devid: "200809"
|
||||||
|
company:
|
||||||
|
orgName: "WIA"
|
Loading…
Reference in New Issue