2005-08-02 09:58:22 +02:00
|
|
|
# SQLite is enabled by default. Remember to change the dbfile path.
|
|
|
|
production:
|
2005-08-02 10:56:09 +02:00
|
|
|
adapter: sqlite3
|
2005-08-02 09:58:22 +02:00
|
|
|
dbfile: /tmp/instiki_prod.db
|
|
|
|
|
|
|
|
# Uncomment this section for MySQL:
|
|
|
|
# production:
|
|
|
|
# adapter: mysql
|
|
|
|
# host: localhost
|
|
|
|
# database: instiki
|
|
|
|
# username: instiki
|
|
|
|
# password: pass
|
|
|
|
|
|
|
|
# Uncomment this section for PostgreSQL:
|
|
|
|
# production:
|
|
|
|
# adapter: postgresql
|
|
|
|
# host: localhost
|
|
|
|
# database: instiki
|
|
|
|
# username: instiki
|
|
|
|
# password: pass
|
|
|
|
|
|
|
|
# The following settings are only used for testing and development.
|
|
|
|
development:
|
2005-08-02 10:56:09 +02:00
|
|
|
adapter: sqlite3
|
2005-08-02 09:58:22 +02:00
|
|
|
dbfile: /tmp/instiki_dev.db
|
|
|
|
|
|
|
|
test:
|
2005-08-02 10:56:09 +02:00
|
|
|
adapter: sqlite3
|
2005-08-02 09:58:22 +02:00
|
|
|
dbfile: /tmp/instiki_test.db
|
|
|
|
|