Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
grievance-service
Commits
1bf6e751
Commit
1bf6e751
authored
1 year ago
by
lakshmikommalapati
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/feature_ticket_creation' into feature_ticket_creation
parents
72390707
899c8e73
github/fork/rahulbowade/feature_ticket_creation
feature_ticket_creation
feature_ticket_creation_shishir
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/application.properties
+4
-4
src/main/resources/application.properties
with
4 additions
and
4 deletions
+4
-4
src/main/resources/application.properties
+
4
−
4
View file @
1bf6e751
...
...
@@ -5,9 +5,9 @@ spring.main.allow-bean-definition-overriding=true
spring.http.multipart.max-file-size
=
10MB
spring.http.multipart.max-request-size
=
10MB
spring.datasource.url
=
jdbc:postgresql://localhost:5432/
aurora_desk?currentSchema=aurora
spring.datasource.username
=
juhi
spring.datasource.password
=
juhiagl8
spring.datasource.url
=
jdbc:postgresql://localhost:5432/
grievance_desk
spring.datasource.username
=
postgres
spring.datasource.password
=
spring.datasource.driver-class-name
=
org.postgresql.Driver
spring.jpa.hibernate.ddl-auto
=
none
spring.datasource.initialization-mode
=
always
...
...
@@ -19,7 +19,7 @@ services.esindexer.host=es.rain.idc.tarento.com
services.esindexer.host.name
=
http://es.rain.idc.tarento.com/
services.esindexer.host.port
=
9200
services.esindexer.username
=
elastic
services.esindexer.password
=
Elastic123
services.esindexer.password
=
es.templates.index.name
=
tkt_templates
es.templates.document.type
=
tkt_templates
elasticsearch.url
=
elasticsearch-dev.idc.tarento.com
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets