Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
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
6c384909
...
6c384909d34702e41cc7b2d105c413f2fc11ab62
authored
2022-12-06 11:31:01 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
生成链接过期时间
1 parent
00956c14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/musician.php
config/musician.php
View file @
6c38490
...
...
@@ -8,7 +8,7 @@ return [
'property'
=>
[
'base_url'
=>
env
(
'PROPERTY_SHARE_URL'
,
'https://musician-test.hikoon.com/#/share/'
),
'valid_day'
=>
env
(
'PROPERTY_SHARE_DAY'
,
3
),
'valid_day'
=>
env
(
'PROPERTY_SHARE_DAY'
,
86400
*
3
),
'token_valid'
=>
env
(
'PROPERTY_SHARE_TOKEN'
,
86400
),
],
];
...
...
Please
register
or
sign in
to post a comment