corrade-http-templates – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 eva 1 <?php
2  
3 # Set this to the name of the group.
4 $GROUP = 'My Group';
5 # Set this to the group password.
6 $PASSWORD = 'mypassword';
7 # Set this to Corrade's HTTP Server URL.
8 $URL = 'http://corrade.internal.webserver:8080';
9 # How many chat lines to store?
10 $CHAT_LINES = 10;
11 # Sub-directory where to store the conversations.
12 # This is also hard-coded in the javascript component (TODO).
13 $CHAT_DIRECTORY = 'messages';
14 # Set this to the location of the PHP script that stores group messages.
15 $STORE = 'http://my.webserver.org/corrade/instantMessage/storeInstantMessages.php';