Got a server set up to host the VotingSystem.
--------------------------------------------------- Internet address: http://abizeitung-voting.ddns.net Server IP address: 217.83.93.128 Port: 8000 -------------------------------------------------- Try to port the database to be hosted on the server rather than on be hosted on localhost
This commit is contained in:
@@ -2,4 +2,7 @@ spring.datasource.url=jdbc:mysql://localhost/VotingSystem
|
||||
spring.datasource.username=bitecoding
|
||||
spring.datasource.password=Cr@ckTh15
|
||||
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
|
||||
# Tomcat
|
||||
server.port = 8000
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user