Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
server
/
neupos-server
Obserwuj
3
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Wydania
0
Wiki
Aktywność
Przeglądaj źródła
fix dev config
release
xiaohanzi
3 lat temu
rodzic
e9cc095804
commit
edb36afe9a
12 zmienionych plików
z
36 dodań
i
36 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+3
-3
config-server/src/main/resources/yml-config/gateway-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-advertisement-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-device-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-inventory-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-member-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-org-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-ota-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-payment-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-promotion-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-ssl-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-trade-dev.yml
+3
-3
config-server/src/main/resources/yml-config/service-user-dev.yml
+ 3
- 3
config-server/src/main/resources/yml-config/gateway-dev.yml
Wyświetl plik
@@ -42,9 +42,9 @@ spring:
multipart:
location: /
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-advertisement-dev.yml
Wyświetl plik
@@ -76,9 +76,9 @@ spring:
charset: UTF-8
enabled: true
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-device-dev.yml
Wyświetl plik
@@ -74,9 +74,9 @@ spring:
charset: UTF-8
enabled: true
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-inventory-dev.yml
Wyświetl plik
@@ -73,9 +73,9 @@ spring:
upload:
path: /tmp
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-member-dev.yml
Wyświetl plik
@@ -77,9 +77,9 @@ spring:
charset: UTF-8
enabled: true
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-org-dev.yml
Wyświetl plik
@@ -64,9 +64,9 @@ spring:
#连接超时时间
timeout: 0
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-ota-dev.yml
Wyświetl plik
@@ -74,9 +74,9 @@ spring:
charset: UTF-8
enabled: true
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-payment-dev.yml
Wyświetl plik
@@ -68,9 +68,9 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-promotion-dev.yml
Wyświetl plik
@@ -75,9 +75,9 @@ spring:
enabled: true
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-ssl-dev.yml
Wyświetl plik
@@ -70,9 +70,9 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-trade-dev.yml
Wyświetl plik
@@ -78,9 +78,9 @@ spring:
location: /
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
+ 3
- 3
config-server/src/main/resources/yml-config/service-user-dev.yml
Wyświetl plik
@@ -65,9 +65,9 @@ spring:
timeout: 0
rabbitmq:
host:
localhost
username: f
mpos
password: f
mpos@server123
host:
172.17.173.169
username: f
umao
password: f
9l98
port: 5672
aliyunRocketmq:
accessKeyId: LTAI4G7ixY4AhvM35F8o3W3V
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz