Show More
@@ -48,15 +48,6 b' redis.sessions.cookie_httponly = True' | |||||
48 | redis.sessions.cookie_on_exception = True |
|
48 | redis.sessions.cookie_on_exception = True | |
49 | redis.sessions.prefix = appenlight:session: |
|
49 | redis.sessions.prefix = appenlight:session: | |
50 |
|
50 | |||
51 | #cache |
|
|||
52 | cache.regions = default_term, second, short_term, long_term |
|
|||
53 | cache.type = ext:memcached |
|
|||
54 | cache.url = 127.0.0.1:11211 |
|
|||
55 | cache.lock_dir = %(here)s/data/cache/lock |
|
|||
56 | cache.second.expire = 1 |
|
|||
57 | cache.short_term.expire = 60 |
|
|||
58 | cache.default_term.expire = 300 |
|
|||
59 |
|
||||
60 | #mailing |
|
51 | #mailing | |
61 | mailing.app_url = https://{{appenlight_domain}} |
|
52 | mailing.app_url = https://{{appenlight_domain}} | |
62 | mailing.from_name = AppEnlight |
|
53 | mailing.from_name = AppEnlight |
General Comments 0
You need to be logged in to leave comments.
Login now