SourceTermAnalysisSystem_java/jeecg-server-cloud/jeecg-cloud-nacos/src/main/resources/application-postgres.yml
2025-08-12 16:00:09 +08:00

63 lines
1.4 KiB
YAML

server:
servlet:
contextPath: /nacos
tomcat:
accesslog:
enabled: true
pattern: '%h %l %u %t "%r" %s %b %D %{User-Agent}i %{Request-Source}i'
basedir: ''
spring:
sql:
init:
platform: postgresql
db:
num: 1
password:
'0': ${POSTGRESQL-PWD:123456}
url:
'0': jdbc:postgresql://${POSTGRESQL-HOST:127.0.0.1}:${POSTGRESQL-PORT:5432}/${POSTGRESQL-DB:nacos_stas}?stringtype=unspecified
user:
'0': ${POSTGRESQL-USER:stas}
pool:
config:
driver-class-name: org.postgresql.Driver
management:
metrics:
export:
elastic:
enabled: false
influx:
enabled: false
nacos:
core:
auth:
enabled: false
caching:
enabled: true
server:
identity:
key: nacos
value: nacos
plugin:
nacos:
token:
expire:
seconds: 18000
secret:
key: V2hhdGlzQXdlc29tZVNlY3JldEtleUZvclBvc3RncmVTUUw=
system:
type: nacos
istio:
mcp:
server:
enabled: false
naming:
empty-service:
auto-clean: true
clean:
initial-delay-ms: 50000
period-time-ms: 30000
security:
ignore:
urls: /,/error,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.ico,/console-ui/public/**,/v1/auth/**,/v1/console/health/**,/actuator/**,/v1/console/server/**
standalone: true