Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ydf0509 committed Aug 9, 2019
1 parent aa9840b commit 90052e0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ nohup.out
apidoc/
node_modules/
hotelApi/
my_patch_frame_config.py
my_patch_frame_config0000.py
my_patch_frame_config_beifen.py
23 changes: 23 additions & 0 deletions test_frame/my_patch_frame_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
# @Author : ydf
# @Time : 2019/8/8 0008 13:50

from function_scheduling_distributed_framework import patch_frame_config, show_frame_config



def do_patch_frame_config():
patch_frame_config(MONGO_CONNECT_URL='mongodb://myUserAdminxx:[email protected]:27016/admin',

RABBITMQ_USER='silxxxx',
RABBITMQ_PASS='Fr3Mxxxxx',
RABBITMQ_HOST='1xx.90.89.xx',
RABBITMQ_PORT=5672,
RABBITMQ_VIRTUAL_HOST='test_host',

REDIS_HOST='1xx.90.89.xx',
REDIS_PASSWORD='yxxxxxxR',
REDIS_PORT=6543,
REDIS_DB=7, )

show_frame_config()

0 comments on commit 90052e0

Please sign in to comment.