Commit ea8525bf by Aeolus

update

parent 98d7dc5a
# -*- coding: utf-8 -*-
import os
# is_prod = os.getenv("RUN_ENV", "test") == 'prod'
is_prod = os.getenv("RUN_ENV", "test") == 'prod'
# is_prod = True
ONENET_CONFIG = {
"encoding_AES_key": "XzHtYS3PbRiCDErEaztV286Cf4QmmL21T77tEY4Yb2m",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment