source: gs3-extensions/webswing/trunk/web/etc/webswing.properties.in@ 36490

Last change on this file since 36490 was 36490, checked in by davidb, 20 months ago

Now make use of '.in' files that have @gsdl3srchome@ resolved when the files are installed

File size: 1.0 KB
Line 
1# secret signing key for JWT tokens, should be at least 128 characters long string
2# - change this to a random alphanumeric string in production
3# - same secret must be present in admin console's webswing-admin.properties if you are using admin console
4webswing.connection.secret = Jco55eah9s0SQVXv4EYrau0hq40GaR6JxVzGA9jFuwqqDnmnljt2cwdkCyqcCv1zfLVM3ziUE3qxyvPKViVlYqNMTSMEOGkH6fhNFbm66Yd6EpgGVydtTXwK9iw1bjv1
5# use this property to provide secret key from a file
6#webswing.connection.secret.file = secret.key
7
8# websocket URL of this server, if deployed outside embedded Jetty
9webswing.server.websocketUrl = ws://localhost:8383/webswing-server/
10
11#Custom ssl context configuration for websocket connection to Webswing server
12webswing.server.websocket.truststore.type = jks
13webswing.server.websocket.truststore = @gsdl3srchome@/web/ext/webswing/ssl/gs3-webswing-truststore.jks
14webswing.server.websocket.truststore.password = 123123
15webswing.server.websocket.hostnameVerifier.disabled = true
16#webswing.server.websocket.proxyUri = http://myproxy:8080
Note: See TracBrowser for help on using the repository browser.