Skip to content

Commit 0ece3ee

Browse files
authored
Update application.yml
1 parent e8d8396 commit 0ece3ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ spring:
33
mongodb:
44
host: localhost
55
port: 27017
6-
database: employeedb
7-
username: admin
8-
password: admin
6+
database: <<databasename>>
7+
username: <<databaseuser>>
8+
password: <<databasepassword>>
99

1010
jackson:
1111
default-property-inclusion: NON_NULL
@@ -22,4 +22,4 @@ logging:
2222
employee:
2323
excel:
2424
processingfolder: data/processing/
25-
resultsfolder: data/results/
25+
resultsfolder: data/results/

0 commit comments

Comments
 (0)