diff options
author | Greg Aker <greg@gregaker.net> | 2011-12-26 05:27:59 +0100 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-12-26 05:27:59 +0100 |
commit | ffd24a467c1d5ad6e2e4b66b63d4c9248f961b1e (patch) | |
tree | bcd258975164aeda9f4f9793b82e16798defd3cd /user_guide_src/source/database/configuration.rst | |
parent | a96ade374f28cdae97036fc253fd8b2a0e8dc81a (diff) |
Fixing a couple of issues in documentation files that occur when running Sphinx 'make html'
Diffstat (limited to 'user_guide_src/source/database/configuration.rst')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 433c67152..4f88c25ab 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -158,6 +158,7 @@ Explanation of Values: while developing an application. **port** The database port number. To use this value you have to add a line to the database config array. :: + $db['default']['port'] = 5432; ====================== ================================================================================================== |