Skip to content

Commit

Permalink
Use absolute path to load cassandra-driver.conf
Browse files Browse the repository at this point in the history
Otherwise, cassandra config file can not load correctly using relative path.
cf:
```
JAMES-3668 Add absolute paths for extra properties file in docker image

We had issues with the relative path not working with Docker and James not being able to find the file.
Overriding to absolute path should ensure it finds it in this particular case.
```
  • Loading branch information
quantranhong1999 authored and vttranlina committed Oct 11, 2024
1 parent 11d9e1c commit e8dbaea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# my.property=whatever

# Required to locate Cassandra driver configuration
config.file=conf/cassandra-driver.conf
config.file=/root/conf/cassandra-driver.conf

# (Optional). String (size, integer + size units, example: `12 KIB`, supported units are bytes KIB MIB GIB TIB). Defaults to 100KIB.
# This governs the threshold MimeMessageInputStreamSource relies on for storing MimeMessage content on disk.
Expand Down

0 comments on commit e8dbaea

Please sign in to comment.