Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Env must begin by DOLI_
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaadasch authored Apr 26, 2024
1 parent 6838bd9 commit a80bed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.template
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ When setup this way, to upgrade version the use of the web interface is mandator
| **DOLI_ADMIN_PASSWORD** | *admin* | Admin'password
| **DOLI_URL_ROOT** | *http://localhost* | Url root of the Dolibarr installation
| **DOLI_ENABLE_MODULES** | | Comma-separated list of modules to be activated at install. modUser will always be activated. (Ex: `Societe,Facture,Stock`)
| **INIT_COMPANY_NAME** | | Set the company name of Dolibarr at container init
| **INIT_COMPANY_COUNTRYCODE** | | Set the company and Dolibarr country at container init. Need 2-letter codes like "FR", "GB", "US",...
| **DOLI_INIT_COMPANY_NAME** | | Set the company name of Dolibarr at container init
| **DOLI_INIT_COMPANY_COUNTRYCODE** | | Set the company and Dolibarr country at container init. Need 2-letter codes like "FR", "GB", "US",...
| **PHP_INI_DATE_TIMEZONE** | *UTC* | Default timezone on PHP
| **PHP_INI_MEMORY_LIMIT** | *256M* | PHP Memory limit
| **PHP_INI_UPLOAD_MAX_FILESIZE** | *2M* | PHP Maximum allowed size for uploaded files
Expand Down

0 comments on commit a80bed2

Please sign in to comment.