mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-21 08:12:03 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
17
odoo-bringout-oca-ocb-base/doc/CONFIG.md
Normal file
17
odoo-bringout-oca-ocb-base/doc/CONFIG.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Configuration
|
||||
|
||||
## Sources
|
||||
- `odoo.conf` INI file (path via `-c` flag or defaults)
|
||||
- CLI flags (e.g., `--db_host`, `--addons-path`)
|
||||
- `ir.config_parameter` (DB-scoped runtime key/values)
|
||||
- Environment variables (rarely used, mainly for testing)
|
||||
|
||||
## Important Options
|
||||
- Database: `db_host`, `db_port`, `db_user`, `db_password`
|
||||
- HTTP: `xmlrpc_port`/`http_port`, `longpolling_port`
|
||||
- Workers: `workers`, `limit_time_cpu`, `limit_memory_hard`
|
||||
- Paths: `addons_path`, `data_dir` (filestore)
|
||||
|
||||
## Addons Path
|
||||
- Multiple paths comma-separated
|
||||
- Python 3.11 namespace path fix applied in this package
|
||||
Loading…
Add table
Add a link
Reference in a new issue