Skip to content

Commit

Permalink
[Issue #95] Replace ${HOME} with ${user.home} for the cache directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Dec 9, 2019
1 parent 5fb3cc2 commit 6e216c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comixed-app/src/main/resources/application.properties
Expand Up @@ -8,7 +8,7 @@ server.port=7171
server.servlet.context-path=/

# image caching directory
comixed.images.cache.location=${HOME}/.comixed/image-cache
comixed.images.cache.location=${user.home}/.comixed/image-cache

# H2 JPA Configuration
spring.datasource.url=jdbc:h2:file:~/.comixed/comixed;create=true
Expand Down

0 comments on commit 6e216c3

Please sign in to comment.