Files
AbizeitungVotingSystem/src/main/resources/application.properties
T
Casually9790 40d931ec0c Got a server set up to host the VotingSystem.
---------------------------------------------------
Internet address: http://***REMOVED***
Server IP address: ***REMOVED***
Port: 8000
--------------------------------------------------
Try to port the database to be hosted on the server rather
than on be hosted on localhost
2020-11-11 23:36:53 +01:00

9 lines
207 B
Properties

spring.datasource.url=jdbc:mysql://localhost/VotingSystem
spring.datasource.username=***REMOVED***
spring.datasource.password=***REMOVED***
spring.jpa.hibernate.ddl-auto=update
# Tomcat
server.port = 8000