Skip to content

Update application.properties #673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 2.9-LTS
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion accelerators/inbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<lombok.version>1.18.8</lombok.version>
<lombok.version>1.18.24</lombok.version>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions accelerators/inbox/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server.context-path=/inbox
server.servlet.context-path=/inbox
server.context-path=/inbox-v2
server.servlet.context-path=/inbox-v2

server.port=9011
app.timezone=GMT+5:30
Expand Down Expand Up @@ -102,7 +102,7 @@ egov.es.password=TUSYns9mEcRPy77n
services.esindexer.host=http://localhost:9200/
egov.services.esindexer.host.search=/_search
management.health.elasticsearch.enabled=false
parent.level.tenant.id=pb
parent.level.tenant.id=pg

egov.internal.microservice.user.uuid=b5b2ac70-d347-4339-98f0-5349ce25f99f

Expand All @@ -122,5 +122,5 @@ es.search.default.sort.order=desc
inbox.water.search.allowed=true

#state level tenant
state.level.tenant.id=pb
cache.expiry.minutes=10
state.level.tenant.id=pg
cache.expiry.minutes=10
2 changes: 1 addition & 1 deletion build/build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ config:
- name: "builds/Digit-Core/accelerators/inbox"
build:
- work-dir: "accelerators/inbox"
image-name: "inbox"
image-name: "inbox-v2"
dockerfile: "build/maven/Dockerfile"

- name: "builds/Digit-Core/accelerators/gateway-kubernetes-discovery"
Expand Down