5 lines
153 B
Python
5 lines
153 B
Python
from os import environ
|
|
|
|
VF_WORDS = environ.get("VF_WORDS", "vf,vostfr,multi,french").split(",")
|
|
CLOUDPROXY_ENDPOINT = environ.get("CLOUDPROXY_ENDPOINT")
|