Changeset 464 for trunk/conf
- Timestamp:
- 04/25/07 21:24:50 (19 months ago)
- Files:
-
- 1 modified
-
trunk/conf/mvblog.ini (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/conf/mvblog.ini
r414 r464 3 3 ; 4 4 5 ; Anything that's put before the general section will be ignored. 6 ; Empty lines will be ignored. 7 ; Lines starting with an ; or an # will be ignored and are meant for comments. 8 9 ; General section. 10 [general] 5 11 ; 6 12 ; debug controls the outputting of debugging information by MvBlog. MvBlog may … … 11 17 ; 12 18 debug = on 19 20 ; Database connection information. 21 [database] 22 ; Database to store mvblog info in 23 ; Accepted values: string 24 database = mvblog 25 ; Database server address 26 ; Accepted values: ip address or hostname 27 hostname = 127.0.0.1 28 ; Database username 29 ; Accepted values: string 30 username = mvblog 31 ; Database password 32 ; Accepted values: string 33 password = mvblog 34 ; Database backend engine 35 ; Accepted values: mysql/pgsql/sqlite 36 type = mysql
