Loading src/main/resources/application-dev.properties +4 −4 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ aws.bucket=mediastorage.redmicdev aws.region=eu-west-1 # DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.name=name spring.datasource.url=jdbc:postgresql://db:5432/redmic?stringtype=unspecified spring.datasource.name=redmic spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?stringtype=unspecified #logging.level.ma.glasnost.orika=DEBUG Loading @@ -22,10 +22,10 @@ logging.level.org.hibernate.SQL=DEBUG logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE #oauth oauth.server=http://oauth:8081 oauth.server=http://localhost:8081 #Sitemap properties property.USER_API=http://user:8082 property.USER_API=http://localhost:8082 property.SITEMAP_BASE_URL=https://redmic.dev #Mediastorage Loading Loading
src/main/resources/application-dev.properties +4 −4 Original line number Diff line number Diff line Loading @@ -13,8 +13,8 @@ aws.bucket=mediastorage.redmicdev aws.region=eu-west-1 # DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties) spring.datasource.name=name spring.datasource.url=jdbc:postgresql://db:5432/redmic?stringtype=unspecified spring.datasource.name=redmic spring.datasource.url=jdbc:postgresql://localhost:5432/redmic?stringtype=unspecified #logging.level.ma.glasnost.orika=DEBUG Loading @@ -22,10 +22,10 @@ logging.level.org.hibernate.SQL=DEBUG logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE #oauth oauth.server=http://oauth:8081 oauth.server=http://localhost:8081 #Sitemap properties property.USER_API=http://user:8082 property.USER_API=http://localhost:8082 property.SITEMAP_BASE_URL=https://redmic.dev #Mediastorage Loading