Skip to content

Commit

Permalink
don't set default values for env variables (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Aug 24, 2023
1 parent b376803 commit 9981d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ EXPOSE 8082

RUN mkdir -p /commafeed/data
VOLUME /commafeed/data
ENV CF_DATABASE_URL=jdbc:h2:/commafeed/data/db

COPY commafeed-server/config.yml.example config.yml
COPY commafeed-server/target/commafeed.jar .
Expand Down
2 changes: 1 addition & 1 deletion commafeed-server/config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ app:

database:
driverClass: org.h2.Driver
url: jdbc:h2:./db/commafeed
url: jdbc:h2:/commafeed/data/db
user: sa
password: sa
properties:
Expand Down

0 comments on commit 9981d87

Please sign in to comment.