Advertisement
yudjinDegtyarev

wsgi.py

May 23rd, 2019
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import os
  2. from run import configure
  3.  
  4. #os.environ['CESI_CONFIG_PATH']='/var/opt/cesi-2.0/defaults/cesi.conf.toml'
  5. app, _ = configure(os.environ['CESI_CONFIG_PATH'])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement