Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
serviceWork
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
76456d51
...
76456d51c4dd4c7bf4753353cec567d8a8fb8c4a
authored
2024-05-27 16:26:04 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(develop): 修复报错
1 parent
9a7926e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
config/services.php
config/services.php
View file @
76456d5
...
...
@@ -34,7 +34,8 @@
'domain'
=>
env
(
'IM_DOMAIN'
,
''
),
'identifier'
=>
env
(
'IM_IDENTIFIER'
,
''
),
'key'
=>
env
(
'IM_KEY'
,
''
),
'secret'
=>
env
(
'IM_SECRET'
,
''
)
'secret'
=>
env
(
'IM_SECRET'
,
''
),
'prefix'
=>
env
(
'IM_PREFIX'
,
''
),
],
'jpush'
=>
[
'key'
=>
env
(
'JPUSH_KEY'
,
''
),
...
...
Please
register
or
sign in
to post a comment