Subversion Repositories computer_asset_manager_v2

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 rodolico 1
---
2
# controls most of the configuration of CAMP. This is designed to be
3
# loaded into the $configuration hash in both Perl and PHP.
4
# placed in a yaml file so easily readable by any language which
5
# supports it (most do)
6
database:
7
   dbserver:   localhost
8
   dbname:     camp2
9
   dbusername: camp2
10
   dbpassword: camp2
44 rodolico 11
# defines the debug level the program is running
43 rodolico 12
debug:   0
13