pzx-web-api/app/config/config.py
BryantHe 0daad7a229
All checks were successful
continuous-integration/drone/push Build is passing
refactor: move to docker swarm
2023-12-09 17:35:13 +08:00

12 lines
152 B
Python

import os
from pychassislib import Config as _Config
class Config(_Config):
"""
配置
"""
RABBITMQ_URI = os.getenv('RABBITMQ_URI')