12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
<?php
|
|
# Copyright (c) 2006, Sebastian Nohn (on behalf the Serendipity Developer Team)
|
|
# All rights reserved. See LICENSE file for licensing details
|
|
|
|
define('SELENIUM_ENABLED', TRUE);
|
|
define('SELENIUM_HOST', '172.16.177.130');
|
|
define('SELENIUM_PORT', 4444);
|
|
define('SELENIUM_BROWSER', '*firefox');
|
|
define('S9Y_INSTALLDIR', 'http://example.com/serendipity/');
|
|
define('S9Y_LANG', 'en');
|
|
?>
|