Changeset 1326
- Timestamp:
- Sep 5, 2010, 7:34:27 PM (11 years ago)
- Location:
- cpc/trunk/project/config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/databases.yml.example
r1293 r1326 3 3 class: sfDoctrineDatabase 4 4 param: 5 dsn: 'mysql:host= my.cpc.server;dbname=cpc'5 dsn: 'mysql:host=localhost;dbname=cpc' 6 6 username: cpc 7 password: M _O_T__D_E__P_A_S_S_E7 password: MOT_DE_PASSE -
cpc/trunk/project/config/vhost.sample
r1293 r1326 1 1 <VirtualHost *:80> 2 ServerName my.cpc. server2 ServerName my.cpc.regardscitoyens.org 3 3 DocumentRoot "/home/cpc/project/web" 4 4 DirectoryIndex index.php
Note: See TracChangeset
for help on using the changeset viewer.