diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ba7e37ce97efe8800019b8643c642a1f1746bca4..bef07f681b183f9b50471f2a6970a5798388072e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -23,4 +23,9 @@ spring.jpa.hibernate.ddl-auto = update # Password: Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC # Internal Database URl (from render): postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a/smartmat # External Database URL: postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com/smartmat -# PSQL Command: PGPASSWORD=Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC psql -h dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com -U smartmat_user smartmat \ No newline at end of file +# PSQL Command: PGPASSWORD=Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC psql -h dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com -U smartmat_user smartmat + +# Run spring boot locally/network-wide +# Uncomment to run network-wide. +#server.address=0.0.0.0 +#server.port=8080 \ No newline at end of file