themblem/api/keys.py
2025-03-01 20:40:38 +00:00

15 lines
402 B
Python

aliyun_prod_key = {
'access_key': 'LTAI5tC2qXGxwHZUZP7DoD1A',
'secret': 'qPo9O6ZvEfqo4t8oflGEm0DoxLHJhm',
'endpoint': 'https://oss-cn-shenzhen.aliyuncs.com',
'bucket': 'emblem-prod',
}
aliyun_dev_key = {
'access_key': 'LTAI5tC2qXGxwHZUZP7DoD1A',
'secret': 'qPo9O6ZvEfqo4t8oflGEm0DoxLHJhm',
'endpoint': 'https://oss-eu-west-1.aliyuncs.com',
'bucket': 'emblem-dev-1',
}