variables.txt 302 Bytes
Newer Older
Elian Kraja's avatar
Elian Kraja committed
*** Variables ***

MEC_SERVER_SCHEMA       = "http"
MEC_SERVER_HOST         = "localhost"
MEC_SERVER_PORT         = 8000
MEC_SERVER_SSL_VERITY   = "false"

MEC_SERVER_IUT          = "{}://{}:{}".format(MEC_SERVER_SCHEMA, MEC_SERVER_HOST, MEC_SERVER_PORT)

JSONS_SCHEMAS           = "schemas"