Skip to content
Permalink
Browse files

updated config and fix from docker testing

  • Loading branch information...
shawnmjones committed May 25, 2019
1 parent 0899208 commit 8fa32ddb1d5730ec73a84d8fb3375aa61a392373
Showing with 4 additions and 4 deletions.
  1. 0 mementoembed/memstock/__init__.py
  2. +4 −4 sample_appconfig.cfg
No changes.
@@ -6,16 +6,16 @@ CACHEENGINE = "Redis"

# CACHEHOST only has meaning for Redis, specifying the hostname of the database server
# CACHEHOST = 'localhost'
CACHEHOST = "localhost"
CACHE_DBHOST = "localhost"

# CACHEPORT only has meaning for Redis, specifying the port of the database server
CACHEPORT = "6379"
CACHE_DBPORT = "6379"

# CACHEDB only has meaning for Redis, specifying the Redis database to use
CACHEDB = "1"
CACHE_DBNUMBER = "1"

# CACHE_EXPIRETIME indicates how often to expire entries in the cache
CACHE_EXPIRETIME = "604800"
URICACHE_EXPIRATION = "604800"

# CACHE_FILENAME only has meaning if CACHEENGINE is set to SQLite,
# specifying the filename of the SQLite database to write the cache to,

0 comments on commit 8fa32dd

Please sign in to comment.
You can’t perform that action at this time.