Skip to content
Snippets Groups Projects
Commit 62a9cc3d authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Refactoring: vaccination

parent 16724b9e
No related branches found
No related tags found
1 merge request!162Refactoring 2021 05 20 start
...@@ -7,7 +7,7 @@ CELERY_LOG_REDIRECT = '1' ...@@ -7,7 +7,7 @@ CELERY_LOG_REDIRECT = '1'
CELERY_LOG_REDIRECT_LEVEL = 'INFO' CELERY_LOG_REDIRECT_LEVEL = 'INFO'
SQLALCHEMY_DATABASE_USER = 'covid19data' SQLALCHEMY_DATABASE_USER = 'covid19data'
SQLALCHEMY_DATABASE_PW = 'covid19datapwd' SQLALCHEMY_DATABASE_PW = 'covid19datapwd'
SQLALCHEMY_DATABASE_HOST = 'tw-asus7' SQLALCHEMY_DATABASE_HOST = 'localhost'
SQLALCHEMY_DATABASE_DB = 'covid19data' SQLALCHEMY_DATABASE_DB = 'covid19data'
CACHE_TYPE = 'MemcachedCache' CACHE_TYPE = 'MemcachedCache'
CACHE_MEMCACHED_SERVERS = '127.0.0.1:11211' CACHE_MEMCACHED_SERVERS = '127.0.0.1:11211'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment