You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
11 lines
287 B
4 months ago
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
|
||
|
import os
|
||
|
|
||
|
# only for test
|
||
|
TEST_ACCESS_AKID = os.environ['TEST_ACCESS_AKID']
|
||
|
TEST_ACCESS_AKKEY = os.environ['TEST_ACCESS_AKKEY']
|
||
|
TEST_ACCESS_TOKEN = os.environ['TEST_ACCESS_TOKEN']
|
||
|
TEST_ACCESS_APPKEY = os.environ['TEST_ACCESS_APPKEY']
|
||
|
|