diff options
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index da9cfa2fb..687f0d920 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -114,7 +114,7 @@ Explanation of Values: the connection will take place prior to executing the first query. **stricton** TRUE/FALSE (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL while developing an application. -**port** The database port number. To use this value you have to add a line to the database config +**port** The database port number. To use this value you have to add a line to the database config array. :: $db['default']['port'] = 5432; ====================== ================================================================================================== |