2.1.2 domain-config-deploy.env
The below properties have fixed values and should not be changed.
Table 2-3 domain-config-deploy.env table properties with fixed values
# | Property | Value |
---|---|---|
1 | plato-config.flyway.jndi.datasource.enabled | true |
2 | flywayTask | migrate |
3 | flyway.enabled | true |
4 | flyway.outOfOrder | true |
5 | flyway.ignoreMissingMigrations | true |
6 | spring.flyway.baselineOnMigrate | true |
7 | spring.flyway.enabled | true |
8 | flyway.domain.placeholders.user.mapping.required | true |
9 | flyway.domain.placeholders.INTEGRATION.ENABLED | false |
You should provide appropriate values for the below fields
Table 2-4 domain-config-deploy.env table fields with appropriate values
# | Property | Value |
---|---|---|
1 | eureka.client.serviceUrl.defaultZone | http://<discovery service host name>:<discovery service port number>/plato-discovery-service/eureka |
2 | plato.service.logging.environment | <environment>example: DEV, TEST |
3 | plato.service.logging.path | <application debug logs path> |
4 | plato.service.logging.rolling.maxFileSize | <log file size> example 10MB |
5 | plato.services.entityservices.port | <Plato server port> |
6 | apigateway.url | http://${AppServerHostName}:<Plato managed server port> |
7 | plato-config.flyway.domain.schemas | <plato schema password> |
8 | plato.services.config.port | <plato-config server port> |
9 | spring.cloud.config.uri | http://<config server host name>:<config service port number>/config-service |
10 | conductor.properties | <config properties path>/config.properties |
Parent topic: Environment Configurations