-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
Antonio Robirosa edited this page Feb 16, 2023
·
9 revisions
All the configuration settings with their default value are stored in project.properties in the extension.
If you want to change any setting, just override it in local.properties.
Setting | Default | Possible Values | Description |
---|---|---|---|
deploymentscripts.resources.folder | /resources | String | Root folder of the scripts |
deploymentscripts.update.folder | update-deployment-scripts | String | Name of the folder containing the UPDATE deployment scripts |
deploymentscripts.init.folder | init-deployment-scripts | String | Name of the folder containing the INIT deployment scripts |
deploymentscripts.init.junittenant.createessentialdata | true | true or false | Do we start the import of the essential data during the initialization of the junit tenant? If the deployment script ran during essential data, they we be executed |
deploymentscripts.init.junittenant.createprojectdata | true | true or false | Do we start the import of the project data during the initialization of the junit tenant? If the deployment script ran during project data, they we be executed |
deploymentscripts.environment.current | No default | DEV, TEST, INT and PRODUCTION | Name of the environment to which the machine belongs |
deploymentscripts.impex.locale | en_US | Code of a java locale | Locale used to import the impex files |
deploymentscripts.createdata.type | ESSENTIAL | ESSENTIAL or PROJECT | When are the deployment scripts run: during the create essential data or create project data step? Please remember that the create project data step is optional, while create essential data is always ran |
deploymentscripts.stacktrace.maximumlength | 0 | Any integer | If there is error running a script, save up to this number of bytes of the stacktrace in the database. 0 means no limit and can be safely used with Oracle, MySQL, Microsoft SQL and HyperSQL databases. Use it in old databases where the database column ScriptExecution.fullStacktrace has a type which don't have much space. |