Skip to content

Commit f32104b

Browse files
authored
Merge pull request #83 from Asp-irin/develop
Assigned port 8094 and modified database connection in the environment configuration.
2 parents 4008389 + 3926ea1 commit f32104b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
server.port=8094
12
# DataSource settings: set here your own configurations for the database
2-
spring.datasource.url=<Enter AMRIT DB_IDENTITY URL here>
3-
spring.datasource.username=<Enter your AMRIT DB_IDENTITY username>
4-
spring.datasource.password=<Enter your AMRIT DB_IDENTITY password>
3+
spring.datasource.url=jdbc:mysql://localhost:3306/db_identity
4+
spring.datasource.username=root
5+
spring.datasource.password=1234
56
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

0 commit comments

Comments
 (0)