Overhaul some things to support a basic CORE Office install
This commit is contained in:
parent
a84d360509
commit
2c5e073168
5 changed files with 52 additions and 23 deletions
12
rattail_fabric/deploy/corepos/fannie/config.php.mako
Normal file
12
rattail_fabric/deploy/corepos/fannie/config.php.mako
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
$FANNIE_ROOT = '/srv/fannie/IS4C/fannie/';
|
||||
$FANNIE_URL = '/fannie/';
|
||||
$FANNIE_SERVER = '127.0.0.1';
|
||||
$FANNIE_SERVER_DBMS = 'MYSQLI';
|
||||
$FANNIE_SERVER_USER = 'is4c';
|
||||
$FANNIE_SERVER_PW = 'is4c';
|
||||
$FANNIE_OP_DB = 'core_op';
|
||||
$FANNIE_TRANS_DB = 'core_trans';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue