Basic with Redis
Basic authentication with Redis
Last updated
docker run -ti ICIJ/datashare --mode SERVER \
--batchQueueType REDIS \
--dataSourceUrl 'jdbc:postgresql://postgres/datashare?user=<username>&password=<password>' \
--sessionStoreType REDIS \
--auth basic \
--authUsersProvider redis