Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
沈秋雨
/
import_hk_songs
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
1bc953d1
...
1bc953d10712815e5bc12f61989436503cfc5fcf
authored
2026-07-10 13:42:54 +0800
by
沈秋雨
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新配置
1 parent
37eefbba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
etl_to_crawler/config.py
etl_to_crawler/config.py
View file @
1bc953d
...
...
@@ -36,7 +36,7 @@ OSS_CONFIG = {
'endpoint'
:
os
.
environ
[
'OSS_ENDPOINT'
],
'bucket_name'
:
os
.
environ
[
'OSS_BUCKET_NAME'
],
'base_url'
:
os
.
environ
.
get
(
'OSS_
PUBLIC_BASE_URL
'
,
'OSS_
FILE_BASE_NAME
'
,
f
"https://{os.environ['OSS_BUCKET_NAME']}.{os.environ['OSS_ENDPOINT']}"
,
)
.
rstrip
(
'/'
),
'download_base_url'
:
os
.
environ
.
get
(
'OSS_DOWNLOAD_BASE_URL'
,
''
)
.
rstrip
(
'/'
),
...
...
Please
register
or
sign in
to post a comment