diff --git a/.env.docker.example b/.env.docker.example index d7fd06454..f30e535c3 100644 --- a/.env.docker.example +++ b/.env.docker.example @@ -11,3 +11,4 @@ MARIADB_USER=uvlhubdb_user MARIADB_PASSWORD=uvlhubdb_password MARIADB_ROOT_PASSWORD=uvlhubdb_root_password WORKING_DIR=/app/ +REDIS_URL=redis://redis:6379 diff --git a/.env.docker.production.example b/.env.docker.production.example index 78c4102db..feb11d22c 100644 --- a/.env.docker.production.example +++ b/.env.docker.production.example @@ -11,3 +11,4 @@ MARIADB_PASSWORD= MARIADB_ROOT_PASSWORD= WEBHOOK_TOKEN= WORKING_DIR=/app/ +REDIS_URL=redis://redis:6379 \ No newline at end of file diff --git a/.env.local.example b/.env.local.example index e99b4100c..e9fcd368a 100644 --- a/.env.local.example +++ b/.env.local.example @@ -11,3 +11,4 @@ MARIADB_USER=uvlhubdb_user MARIADB_PASSWORD=uvlhubdb_password MARIADB_ROOT_PASSWORD=uvlhubdb_root_password WORKING_DIR="" +REDIS_URL=redis://localhost:6379 \ No newline at end of file diff --git a/.env.vagrant.example b/.env.vagrant.example index fe6788c26..3c042477a 100644 --- a/.env.vagrant.example +++ b/.env.vagrant.example @@ -11,3 +11,4 @@ MARIADB_USER=uvlhubdb_user MARIADB_PASSWORD=uvlhubdb_password MARIADB_ROOT_PASSWORD=uvlhubdb_root_password WORKING_DIR=/vagrant/ +REDIS_URL=redis://localhost:6379 \ No newline at end of file diff --git a/app/templates/base_template.html b/app/templates/base_template.html index 37133fcf4..8848be951 100644 --- a/app/templates/base_template.html +++ b/app/templates/base_template.html @@ -161,7 +161,7 @@ - Download all dataset + Get the entire collection!