Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container Registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
c1c1a4b1
Commit
c1c1a4b1
authored
2 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[UPD] rework odoo.conf
parent
cd45188c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Pipelines
43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
odoo.conf
+52
-24
52 additions, 24 deletions
odoo.conf
with
52 additions
and
24 deletions
odoo.conf
+
52
−
24
View file @
c1c1a4b1
[
options
]
;;
COMMON
OPTIONS
addons_path
= /
opt
/
odoo
/
odoo
/
addons
,/
opt
/
odoo
/
additional_addons
,/
opt
/
odoo
/
private_addons
data_dir
= /
opt
/
odoo
/
data
;
admin_passwd
=
admin
;
csv_internal_sep
= ,
;
db_maxconn
=
64
db_name
=
odoo
;
db_template
=
template1
;
dbfilter
= .*
;
debug_mode
=
False
;
email_from
=
False
;
limit_memory_hard
=
2684354560
;
limit_memory_soft
=
2147483648
;
limit_request
=
8192
;
limit_time_cpu
=
60
;
limit_time_real
=
120
;
list_db
=
True
data_dir
= /
opt
/
odoo
/
data
;
server_wide_modules
=
base
,
web
;
without_demo
=
all
;;
HTTP
Service
Configuration
;
gevent_port
=
8072
;
http_enable
=
True
;
http_interface
=
;
http_port
=
8069
;
proxy_mode
=
True
;
x_sendfile
=
False
;;
Web
interface
Configuration
;
dbfilter
=
;;
Logging
Configuration
;
log_db
=
False
;
log_db_level
=
warning
;
log_handler
= [
':INFO'
]
;
log_level
=
info
;
logfile
=
None
;
longpolling_port
=
8072
;
max_cron_threads
=
2
;
osv_memory_age_limit
=
1
.
0
;
osv_memory_count_limit
=
False
;
syslog
=
False
;;
SMTP
Configuration
;
email_from
=
False
;
from_filter
=
False
;
smtp_password
=
False
;
smtp_port
=
25
;
smtp_server
=
localhost
;
smtp_ssl
=
False
;
smtp_ssl_certificate_filename
=
False
;
smtp_ssl_private_key_filename
=
False
;
smtp_user
=
False
;;
Database
related
options
db_name
=
odoo
;
db_password
=
False
;
db_user
=
False
;
db_template
=
template0
;
db_host
=
db
;
db_maxconn
=
64
;
db_sslmode
=
prefer
;
pg_path
=
;;
Security
-
related
options
;
list_db
=
True
;;
Advanced
options
;
geoip_database
= /
usr
/
share
/
GeoIP
/
GeoLite2
-
City
.
mmdb
;
osv_memory_count_limit
=
0
;
transient_age_limit
=
1
.
0
unaccent
=
True
;;
Multiprocessing
options
;
limit_memory_hard
=
2684354560
;
limit_memory_soft
=
2147483648
;
limit_request
=
65536
;
limit_time_cpu
=
60
;
limit_time_real
=
120
;
limit_time_real_cron
= -
1
;
max_cron_threads
=
2
;
workers
=
0
;
xmlrpc
=
True
;
xmlrpc_interface
=
;
xmlrpc_port
=
8069
;
xmlrpcs
=
True
;
xmlrpcs_interface
=
;
xmlrpcs_port
=
8071
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