Changeset 1293 for cpc/trunk/project/config
- Timestamp:
- Aug 25, 2010, 7:01:11 PM (11 years ago)
- Location:
- cpc/trunk/project/config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/databases.yml.example
r1258 r1293 3 3 class: sfDoctrineDatabase 4 4 param: 5 dsn: 'mysql:host=my.cpc. tangui.eu.org;dbname=cpc'5 dsn: 'mysql:host=my.cpc.server;dbname=cpc' 6 6 username: cpc 7 7 password: M_O_T__D_E__P_A_S_S_E -
cpc/trunk/project/config/vhost.sample
r1260 r1293 1 1 <VirtualHost *:80> 2 ServerName my.cpc. tangui.eu.org2 ServerName my.cpc.server 3 3 DocumentRoot "/home/cpc/project/web" 4 4 DirectoryIndex index.php
Note: See TracChangeset
for help on using the changeset viewer.