Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
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
hewei
wecloud_im_server
Commits
2f78cc26
Commit
2f78cc26
authored
Sep 08, 2022
by
lanpingxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增华为推送
parent
39dff818
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
bootstrap/src/main/java/io/geekidea/springbootplus/config/HuaweiConfiguration.java
+1
-1
config/src/main/resources/config/application-dev.yml
+1
-1
config/src/main/resources/config/application-prod.yml
+1
-1
config/src/main/resources/config/application-test.yml
+1
-1
config/src/main/resources/config/application-uat.yml
+1
-1
No files found.
bootstrap/src/main/java/io/geekidea/springbootplus/config/HuaweiConfiguration.java
View file @
2f78cc26
...
...
@@ -8,7 +8,7 @@ import org.springframework.context.annotation.Bean;
import
org.springframework.context.annotation.Configuration
;
@Configuration
@ConfigurationProperties
(
"
upay
.huawei"
)
@ConfigurationProperties
(
"
wecloudim
.huawei"
)
public
class
HuaweiConfiguration
{
private
String
appId
;
private
String
appSecret
;
...
...
config/src/main/resources/config/application-dev.yml
View file @
2f78cc26
...
...
@@ -46,7 +46,7 @@ load-blance:
# 服务器运营商local,aws,huawei
server-type
:
local
wecloud
I
m
:
wecloud
i
m
:
huawei
:
app-id
:
106973311
app-secret
:
0e2f60191d42e9d4d40930c8a4d485d8ade743a244ffc9c9315a8e09b8c85702
...
...
config/src/main/resources/config/application-prod.yml
View file @
2f78cc26
...
...
@@ -72,7 +72,7 @@ load-blance:
# 服务器运营商local,aws,huawei
server-type
:
aws
wecloud
I
m
:
wecloud
i
m
:
huawei
:
app-id
:
106934891
app-secret
:
d263f7b3f0dbd47b33f0efb31a8231675652c822977a615e2034b589330e2890
...
...
config/src/main/resources/config/application-test.yml
View file @
2f78cc26
...
...
@@ -61,7 +61,7 @@ load-blance:
# 服务器运营商local,aws,huawei
server-type
:
aws
wecloud
I
m
:
wecloud
i
m
:
huawei
:
app-id
:
106973311
app-secret
:
0e2f60191d42e9d4d40930c8a4d485d8ade743a244ffc9c9315a8e09b8c85702
...
...
config/src/main/resources/config/application-uat.yml
View file @
2f78cc26
...
...
@@ -24,7 +24,7 @@ spring:
password
:
port
:
wecloud
I
m
:
wecloud
i
m
:
huawei
:
app-id
:
106973311
app-secret
:
0e2f60191d42e9d4d40930c8a4d485d8ade743a244ffc9c9315a8e09b8c85702
...
...
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