File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
avni-server-api/src/test/resources Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # Application
12debug =false
3+ avni.defaultUserName =${OPENCHS_USER_NAME:admin}
4+ spring.servlet.multipart.max-file-size =10028KB
5+ spring.servlet.multipart.max-request-size =10028KB
26spring.datasource.url =${OPENCHS_DATABASE_URL:jdbc:postgresql://localhost:5432/openchs_test}
37spring.datasource.username =openchs
48spring.datasource.password =password
@@ -9,6 +13,9 @@ spring.datasource.tomcat.validationQuery=SELECT 1
913spring.datasource.tomcat.jdbc-interceptors =org.avni.server.framework.tomcat.SetOrganisationJdbcInterceptor
1014spring.flyway.schemas =public
1115spring.flyway.baseline-on-migrate =false
16+
17+
18+
1219# JPA, Hibernate and Spring Data
1320spring.jpa.show-sql =true
1421spring.jpa.hibernate.ddl-auto =none
@@ -31,8 +38,9 @@ avni.longitudinal.export.v2.limit=${AVNI_LONGITUDINAL_EXPORT_V2_LIMIT:10000}
3138avni.legacy.longitudinal.export.limit =${AVNI_LEGACY_LONGITUDINAL_EXPORT_LIMIT:10000}
3239cognito.clientid =dummy
3340cognito.poolid =dummy
34- avni.defaultUserName = admin
41+ cognito.region = ${OPENCHS_AWS_REGION:ap-south-1}
3542spring.jpa.properties.hibernate.enable_lazy_load_no_trans =true
43+
3644# Bugsnag
3745avni.bugsnag.apiKey =${OPENCHS_SERVER_BUGSNAG_API_KEY:dummy}
3846avni.bugsnag.releaseStage =${OPENCHS_BUGSNAG_RELEASE_STAGE:development}
You can’t perform that action at this time.
0 commit comments