tests/wamp/project_files/wampconf.json
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 25 May 2018 17:40:29 +0300
changeset 2167 b8f795bdfe9f
parent 1444 c162f1b0fbac
child 2195 2cef75d036c2
permissions -rw-r--r--
fix hangs on mouse selection in case if wxPython uses wxWidgets with GTK3+ support

This is default configuration on Debian Buster+ and Ubuntu 18.04+.
Probably it'll fix completely problem with 'clipboard already open'
described in the previous commit 5ce6d08f ("make clipboard open minimal time as wxPython documentation recommends")
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
}