ECM Service Environment Variables
Following are the environment variables used in the ecmservices
service.
Config Parameter | Expected Value | Notes |
---|---|---|
ECM_DB_DIALECT | org.hibernate.dialect.MySQL5InnoDBDialect | |
ECM_DB_DRIVER | com.mysql.jdbc.Driver | |
ECM_DB_PASS | root | |
ECM_DB_URL | ||
ECM_DB_USER | root | |
TZ | Time zone where solution is being deployed. | e.g. "Europe/Zurich" if solution is deployed in Switzerland. See what is your time zone. |
DATABASE_ENGINE | mysql | |
ECM_MODE | CCE | |
IMPORT_ENABLED | NO | |
SYNC_ENABLED | NO | |
SYNC_SCHEDULE | 0 0/1 * 1/1 * ? * | |
IMPORT_SCHEDULE | 0 0/3 * 1/1 * ? * | |
FEED_SCHEDULE | 0 0/1 * 1/1 * ? * | |
MIN_IDLE | 5 | |
MAX_IDLE | 20 | |
MAX_ACTIVE | 50 | |
FETCH_DELAY | 2 |