aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/assetserver/assetserver_config.inc.php
blob: 529a4f7e833fa7aa62d0143cd5cc856302e0d812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?
// All the asset server specific stuff lives here

// The asset server's relative URL to the root of the webserver
// If you place this at http://servername/assets then this would be set to /assets/index.php
// wikipedia style URLs need to be implemented - and will be (en.wikipedia.org/wiki/blabla rather than en.wikipedia.org/wiki/index.php?something=bla or en.wikipedia.org/wiki.php/bla)
$asset_home = "/ogs/assetserver/index.php/";

// The key we expect from sims
$sim_recvkey = "rtrgrgrgrgr894898f998re98rf989fds";

// The path where the asset repository is stored, this should be readable by the webserver but NOT in the document root
// The default below is BAD for production use and intended to be simply generic - change it or risk copyright theft 
// greater than you could ever imagine, alternatively use .htaccess or other mechanisms.
$asset_repos = "/var/www/htdocs/ogs/assetserver/assets";
?>