Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center
Commits
338b1899
Commit
338b1899
authored
May 24, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
线上配置
parent
d22369c5
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
21 deletions
+14
-21
apply-net/src/main/resources/application-prod.yml
+2
-3
core-service/src/main/resources/application-prod.yml
+2
-3
new-user/src/main/resources/application-prod.yml
+2
-3
old-user/src/main/resources/application-prod.yml
+2
-3
renewal-user/src/main/resources/application-prod.yml
+2
-3
service-manager/src/main/resources/application-prod.yml
+2
-3
task/src/main/resources/application-prod.yml
+2
-3
No files found.
apply-net/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -184,4 +184,4 @@ management:
...
@@ -184,4 +184,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
core-service/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -83,7 +83,7 @@ spring:
...
@@ -83,7 +83,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -148,4 +148,4 @@ messageconfig:
...
@@ -148,4 +148,4 @@ messageconfig:
rule
:
rule
:
weixin
:
weixin
:
appid
:
wx0641dc1dc4d34384
appid
:
wx0641dc1dc4d34384
appsecret
:
3b43b46fc94d4e98588ee6ad992fa5c7
appsecret
:
3b43b46fc94d4e98588ee6ad992fa5c7
\ No newline at end of file
new-user/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -110,7 +110,7 @@ spring:
...
@@ -110,7 +110,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -186,4 +186,4 @@ management:
...
@@ -186,4 +186,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
old-user/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -184,4 +184,4 @@ management:
...
@@ -184,4 +184,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
renewal-user/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -184,4 +184,4 @@ management:
...
@@ -184,4 +184,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
service-manager/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -108,7 +108,7 @@ spring:
...
@@ -108,7 +108,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -187,4 +187,4 @@ management:
...
@@ -187,4 +187,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
task/src/main/resources/application-prod.yml
View file @
338b1899
...
@@ -109,7 +109,7 @@ spring:
...
@@ -109,7 +109,7 @@ spring:
database
:
0
database
:
0
host
:
localhost
host
:
localhost
port
:
6379
port
:
6379
password
:
password
:
hniPdaqs4$8HH8m6KTP
lettuce
:
lettuce
:
pool
:
pool
:
max-active
:
-1
max-active
:
-1
...
@@ -180,4 +180,4 @@ management:
...
@@ -180,4 +180,4 @@ management:
endpoints
:
endpoints
:
web
:
web
:
exposure
:
exposure
:
include
:
bus-refresh
include
:
bus-refresh
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment