Skip to content

Commit

Permalink
docs(config): Adds documentation on recent modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Etiene committed Dec 2, 2015
1 parent b75c918 commit f0c46d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* Make Lighttpd support work again ([e9190523](https://github.com/Etiene/sailor/commit/e9190523))
* Fixes openresty environment issue ([42545098](https://github.com/Etiene/sailor/commit/42545098))
* **core**
* Allow hiding stack trace ([b75c9181](https://github.com/Etiene/sailor/commit/b75c9181))
* Path fixes on set_application_path and make_url. ([7d4528d5](https://github.com/Etiene/sailor/commit/7d4528d5))
* Fixing set application path ([9d9a1ab6](https://github.com/Etiene/sailor/commit/9d9a1ab6))
* Fixing route paths and status code for Xavante and Apache ([e2369138](https://github.com/Etiene/sailor/commit/e2369138))
Expand Down
2 changes: 2 additions & 0 deletions docs/CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ You will find Sailor's config file under `conf/conf.lua`. This file contains a t

`environment` is a string with the name of your current environment. Example: 'test'

`hide_stack_trace` is a boolean that if set to true will make Sailor not throw the full stack trace on errors but a default 500 Internal Server Error message

`db` contains a table with your different database setups. They must contain the following fields:

`driver` is your database driver, example: 'mysql'.
Expand Down

0 comments on commit f0c46d8

Please sign in to comment.