Commit 0b1ec1b2 authored by tarun2512's avatar tarun2512

third commit

parent da4b6674
MONGO_URI=mongodb://iLens:iLens%231234@20.83.1.150:2717/?authMechanism=DEFAULT&directConnection=true
BASE_URI=https://dmpc.demo.rockwellautomation.com/
LOGIN_TOKEN=ceac9fbbbd14449286862bc1e5d54dd6
LOGIN_TOKEN=d3a952ab83284930a12721ff652adb5b
USER_ID=fpWx7Aw4NJzzXWxcE6w5dU
PROJECT_ID=project_448
APP_NAME=FT Energy Manager
......
from dotenv import load_dotenv
import os
load_dotenv()
from app_publish_script import app_zip
PROJECT_ID = os.environ.get("PROJECT_ID")
APP_NAME = os.environ.get("APP_NAME")
PREFIX = os.environ.get("PREFIX")
if __name__ == "__main__":
app_zip(APP_NAME, PROJECT_ID, PREFIX)
\ No newline at end of file
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