instiki/config/database.yml
2005-08-02 08:56:09 +00:00

31 lines
635 B
YAML

# SQLite is enabled by default. Remember to change the dbfile path.
production:
adapter: sqlite3
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:
adapter: sqlite3
dbfile: /tmp/instiki_dev.db
test:
adapter: sqlite3
dbfile: /tmp/instiki_test.db