Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
岳巧源
/
europa-erp-python
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f5f0e97a
authored
Sep 14, 2024
by
岳巧源
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add config
parent
d9e5c8b9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
7 deletions
config.json
config.yaml
supplier/rs_data.py
config.json
0 → 100644
View file @
f5f0e97a
{
"dev"
:
{
"rabbit_mq"
:
{
"producer"
:
{
"host"
:
"192.168.1.237"
,
"port"
:
5672
,
"user"
:
"huntadmin"
,
"password"
:
"jy2y2900"
,
"queue_name"
:
"europa_erp_sku_queue"
,
"rabbit_mq_exchange"
:
"europa_erp_parse_file_exchange"
,
"rabbit_mq_routing_key"
:
"europa_erp_sku_routing"
}
}
},
"prod"
:
{
"rabbit_mq"
:
{
"producer"
:
{
"host"
:
"119.23.79.136"
,
"port"
:
5672
,
"user"
:
"ans2024"
,
"password"
:
"ans2024123"
,
"queue_name"
:
"europa_erp_sku_queue"
,
"rabbit_mq_exchange"
:
"europa_erp_parse_file_exchange"
,
"rabbit_mq_routing_key"
:
"europa_erp_sku_routing"
}
}
}
}
\ No newline at end of file
config.yaml
0 → 100644
View file @
f5f0e97a
dev
:
rabbit_mq
:
producer
:
host
:
192.168.1.237
port
:
5672
user
:
huntadmin
password
:
jy2y2900
queue_name
:
europa_erp_sku_queue
rabbit_mq_exchange
:
europa_erp_parse_file_exchange
rabbit_mq_routing_key
:
europa_erp_sku_routing
prod
:
rabbit_mq
:
producer
:
host
:
119.23.79.136
port
:
5672
user
:
ans2024
password
:
ans2024123
queue_name
:
europa_erp_sku_queue
rabbit_mq_exchange
:
europa_erp_parse_file_exchange
rabbit_mq_routing_key
:
europa_erp_sku_routing
supplier/rs_data.py
View file @
f5f0e97a
from
utils.file_handle
import
unzip
if
__name__
==
'__main__'
:
unzip
(
'rs_components_cn_chiplink.csv.zip'
,
'./'
)
\ 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