Skip to content

Commit

Permalink
wip: setting up application yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
djmin43 committed Aug 20, 2023
1 parent 9a488d9 commit 1ea9883
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.

This file was deleted.

8 changes: 8 additions & 0 deletions AuthenticatedBackend/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server:
port: 8000
spring:
datasource:
url: jdbc:h2:file:data/demo;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE
driver-class-name: org.h2.Driver
username: sa
password:

0 comments on commit 1ea9883

Please sign in to comment.