Changeset 10498
- Timestamp:
- 07/29/08 06:38:41 (4 months ago)
- Files:
-
- doc/branches/1.1/book/08-Inside-the-Model-Layer.txt (modified) (1 diff)
- doc/branches/1.2/book/08-Inside-the-Model-Layer.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/book/08-Inside-the-Model-Layer.txt
r10189 r10498 542 542 `hostspec`, `database`, `username`, and `password` are the usual database connection settings. 543 543 544 To overrid denthe configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`.544 To override the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 545 545 546 546 If you use a SQLite database, the `hostspec` parameter must be set to the path of the database file. For instance, if you keep your blog database in `data/blog.db`, the `databases.yml` file will look like Listing 8-19. doc/branches/1.2/book/08-Inside-the-Model-Layer.txt
r10189 r10498 542 542 `hostspec`, `database`, `username`, and `password` are the usual database connection settings. 543 543 544 To overrid denthe configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`.544 To override the configuration per application, you need to edit an application-specific file, such as `apps/frontend/config/databases.yml`. 545 545 546 546 If you use a SQLite database, the `hostspec` parameter must be set to the path of the database file. For instance, if you keep your blog database in `data/blog.db`, the `databases.yml` file will look like Listing 8-19.