Ignore:
Timestamp:
Mar 18, 2018, 12:03:56 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Changed name of the project in deb package to isp-central.
Location:
trunk/Install/deb/debian/conf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/conf/Config.php

    r842 r853  
    55$Config['SystemPassword'] = sha1(random(23232));
    66$Config['Database']['Host'] = 'localhost';
    7 $Config['Database']['User'] = 'centrala';
     7$Config['Database']['User'] = 'isp-central';
    88$Config['Database']['Password'] = 'password';
    9 $Config['Database']['Database'] = 'centrala';
     9$Config['Database']['Database'] = 'isp-central';
    1010$Config['Database']['Prefix'] = '';
    1111$Config['Database']['Charset'] = 'utf8';
     
    1313$Config['Web']['FormatHTML'] = '0';
    1414$Config['Web']['Charset'] = 'utf-8';
    15 $Config['Web']['RootFolder'] = '/centrala';
     15$Config['Web']['RootFolder'] = '/isp-central';
    1616$Config['Web']['Host'] = 'localhost';
    1717$Config['Web']['Title'] = 'Síť';
  • trunk/Install/deb/debian/conf/apache.conf

    r850 r853  
    1 # centrala default Apache configuration
     1# isp-central default Apache configuration
    22
    3 Alias /centrala /usr/share/centrala
     3Alias /isp-central /usr/share/isp-central
    44
    5 <Directory /usr/share/centrala>
     5<Directory /usr/share/isp-central>
    66    DirectoryIndex index.php
    77    AllowOverride All
Note: See TracChangeset for help on using the changeset viewer.