Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Update config to make ./gradlew dev work again (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimvdLippe authored and Sille Kamoen committed Mar 18, 2017
1 parent 35c8447 commit 07bec1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.properties.sample
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spring.datasource.driverClassName=org.hsqldb.jdbc.JDBCDriver
spring.datasource.url=jdbc:hsqldb:mem:payments
spring.datasource.username=sa
spring.datasource.password=
flyway.enabled=false
spring.data.jpa.repositories.enabled=true
spring.jpa.show-sql=false
spring.jpa.database-platform=org.hibernate.dialect.HSQLDialect
Expand All @@ -32,7 +33,7 @@ server.port=9000

#This is the URL Mollie calls when an order gets an update.
# https://www.mollie.com/nl/docs/webhook
payments.webhookUrl=http://localhost:9000
payments.webhookUrl=https://ch.tudelft.nl

# The return Url is the URL to which the user is redirected after the payment.
# Can (and should) be overriden when creating a new order. This acts as a default fallback.
Expand Down

0 comments on commit 07bec1d

Please sign in to comment.