Initial commit, working server

This commit is contained in:
Martin Asprusten
2026-04-12 01:28:25 +02:00
commit 49e857f258
39 changed files with 3375 additions and 0 deletions
@@ -0,0 +1,11 @@
spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:9876/sykkelaksjon}
spring.config.import=optional:configtree:/run/secrets/
spring.datasource.username=sykkelaksjon
spring.datasource.password=${postgrespassword}
spring.jpa.hibernate.ddl-auto=update
sykkelaksjon.initial-admin=${SYKKELAKSJON_INITIAL_ADMIN:martin}
spring.web.resources.static-locations=./static
sykkelaksjon.openid.discoveryURI = ${OPENID_DISCOVERY_URI}
sykkelaksjon.openid.clientId = ${OPENID_CLIENT_ID}