diff options
| author | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
|---|---|---|
| committer | wangchengcheng <[email protected]> | 2023-07-27 15:43:51 +0800 |
| commit | 124f687daace8b85e5c74abac04bcd0a92744a8d (patch) | |
| tree | 4f563326b1be67cfb51bf6a04f1ca4d953536e76 /PCAP-PIC/galaxy-hos-service/config/application.yml | |
| parent | 08686ae87f9efe7a590f48db74ed133b481c85b1 (diff) | |
P19 23.07 online-configP19
Diffstat (limited to 'PCAP-PIC/galaxy-hos-service/config/application.yml')
| -rw-r--r-- | PCAP-PIC/galaxy-hos-service/config/application.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/PCAP-PIC/galaxy-hos-service/config/application.yml b/PCAP-PIC/galaxy-hos-service/config/application.yml new file mode 100644 index 0000000..9e79056 --- /dev/null +++ b/PCAP-PIC/galaxy-hos-service/config/application.yml @@ -0,0 +1,23 @@ +nacos: + config: + type: yaml + server-addr: https://192.168.20.252:8849 + namespace: PCAP + data-id: galaxy-hos-service.yml + auto-refresh: true + group: Galaxy + username: nacos + password: nacos + bootstrap: + enable: true + log: + enable: true + discovery: + service-name: hos +spring: + profiles: + active: dev + application: + name: HosServiceApplication +logging: + config: ./config/log4j2-dev.xml |
