Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
bf1a75af
Commit
bf1a75af
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
conf example more complete
parent
a3d8871c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/conf/conf.php.example
+10
-11
10 additions, 11 deletions
htdocs/conf/conf.php.example
with
10 additions
and
11 deletions
htdocs/conf/conf.php.example
+
10
−
11
View file @
bf1a75af
<?php
#
# Dolibarr example for conf.php file
#
# Do not edit this file without changing its name.
...
...
@@ -9,6 +8,9 @@
# $Id$
###################
# Main parameters #
###################
# dolibarr_main_url_root
# This parameter defines the root URL of your Dolibarr index.php page.
...
...
@@ -123,7 +125,6 @@ $dolibarr_main_db_collation='latin1_swedish_ci';
##################
# Login #
##################
...
...
@@ -157,6 +158,7 @@ $dolibarr_main_authentication='dolibarr';
# $dolibarr_main_auth_ldap_debug='false';
# dolibarr_main_demo
# Login and pass to use in a demo mode
# Default value: 0
# Possible values: 0 or 1
...
...
@@ -169,7 +171,6 @@ $dolibarr_main_authentication='dolibarr';
# Security #
##################
# dolibarr_main_force_https
# This parameter allows to force the HTTPS mode.
# Warning: If you enable this parameter, your web server must be configured
...
...
@@ -189,14 +190,8 @@ $dolibarr_main_force_https='0';
# Possible values: 0 or 1
# Examples:
# $dolibarr_nocsrfcheck='0';
#
##################
# Other #
##################
# dolibarr_main_prod
# When this parameter is defined, all errors messages are not reported.
# This feature exists for production usage to avoid to give any information to hackers.
# Default value: 0
...
...
@@ -205,6 +200,11 @@ $dolibarr_main_force_https='0';
# $dolibarr_main_prod='1';
##################
# Other #
##################
# dolibarr_main_limit_users
# Can set a limit on the number of users it will be possible to create
# (the superadmin not included), can be used for a restricted mode.
...
...
@@ -212,7 +212,6 @@ $dolibarr_main_force_https='0';
# Examples:
# $dolibarr_main_limit_users='0';
# This is an development feature to allow external components to overwrite
# some Dolibarr kernel files to be overwritten by versions provided by
# third parties modules.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment