tests/wamp/project_files/wampconf.json
author Edouard Tisserant
Thu, 19 Feb 2015 00:40:53 +0100
changeset 1448 20ff66dcc31d
parent 1444 c162f1b0fbac
child 2195 2cef75d036c2
permissions -rw-r--r--
Added more columns in variable list of extensions' code editors - updating python's PLCGlobals from PLC logic can trigger asynchronous 'OnChange' python call
1444
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     1
{
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     2
    "url":"ws://127.0.0.1:8888",
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     3
    "realm":"Automation",
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     4
    "ID":"wamptest",
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     5
    "password":"1234567890",
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     6
    "key":"ABCDEFGHIJ"
c162f1b0fbac Added forgotten wampconf.json in tests/wamp
Edouard Tisserant
parents:
diff changeset
     7
}