root/trunk/wiki/config.yml
| Revision 451, 0.6 kB (checked in by jlong, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | # The default wiki start page |
| 2 | startpage: Documentation |
| 3 | |
| 4 | # Server configuration |
| 5 | host: 127.0.0.1 |
| 6 | port: 3301 |
| 7 | sitepath: / |
| 8 | siteurl: http://wiki.radiantcms.org |
| 9 | |
| 10 | # RSS configuration |
| 11 | feedtitle: Radiant CMS Wiki |
| 12 | feedurl: http://feeds.feedburner.com/Wiki |
| 13 | |
| 14 | # Database configuration |
| 15 | dbconnection: |
| 16 | # |
| 17 | # Sqlite3 configuration |
| 18 | adapter: sqlite3 |
| 19 | database: junebug.db |
| 20 | |
| 21 | ## Postgresql configuration |
| 22 | # adapter: postgresql |
| 23 | # database: junebug |
| 24 | # username: |
| 25 | # password: |
| 26 | # socket: /tmp |
| 27 | |
| 28 | ## Mysql configuration |
| 29 | # adapter: mysql |
| 30 | # database: junebug |
| 31 | # username: |
| 32 | # password: |
| 33 | # host: localhost |
| 34 |
Note: See TracBrowser for help on using the browser.
