You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Gil Portenseigne (JIRA)" <ji...@apache.org> on 2017/07/18 20:03:00 UTC

[jira] [Updated] (OFBIZ-9498) Improve DevOps using environment varible configuration

     [ https://issues.apache.org/jira/browse/OFBIZ-9498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gil Portenseigne updated OFBIZ-9498:
------------------------------------
    Attachment: OFBIZ-9498.patch


With the patch applied, could be set :
export OFB_POSTGRES_DB="jdbc:postgresql://127.0.0.1/mydb"
export OFB_POSTGRES_USER="ofbiz"
export OFB_POSTGRES_PASS="secret"

export OFB_MEM_XMS="-Xms256M"
export OFB_MEM_XMX="-Xmx2048M"

And any other ENV from a customized OFBiz property file like ${env:ENV:defaultValue}
export OFB_INSTANCE_ID="ofbiz-instance-prod-01"

> Improve DevOps using environment varible configuration
> ------------------------------------------------------
>
>                 Key: OFBIZ-9498
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9498
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Gil Portenseigne
>            Assignee: Gil Portenseigne
>            Priority: Minor
>         Attachments: OFBIZ-9498.patch
>
>
> Discussed in thread : https://s.apache.org/Mh3q
> This Jira will present the improvment proposal giving a way to configure OFBiz using environment variable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)