13 lines
425 B
Plaintext
13 lines
425 B
Plaintext
# Odoo Instance Configuration
|
|
ODOO_URL=https://your-instance.odoo.com
|
|
ODOO_DB=your-database-name
|
|
ODOO_USERNAME=your-username
|
|
ODOO_API_KEY=your-api-key
|
|
|
|
# Primary Model (use x_ prefix for Odoo Studio models)
|
|
ODOO_PRIMARY_MODEL=x_{{MODEL_NAME}}
|
|
|
|
# Optional: For static hosting (GitHub Pages, Cloudflare Pages, etc.)
|
|
# Set this to the full URL of your API server if frontend and backend are on different domains
|
|
PUBLIC_API_URL=
|