mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
docs: update README.MD and FAQ Page for Superset 1.0 launch (#12499)
* fixed whitespace * commit exclusion of package-lock from large file size precommit hook * Converted all PNG files to JPG files to save space, stay under <500kb file size * added link to release notes for 1.0
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
#
|
||||
# This file is included in the final Docker image and SHOULD be overridden when
|
||||
# deploying the image to prod. Settings configured here are intended for use in local
|
||||
@@ -66,7 +65,6 @@ REDIS_PORT = get_env_variable("REDIS_PORT")
|
||||
REDIS_CELERY_DB = get_env_variable("REDIS_CELERY_DB", 0)
|
||||
REDIS_RESULTS_DB = get_env_variable("REDIS_CELERY_DB", 1)
|
||||
|
||||
|
||||
RESULTS_BACKEND = FileSystemCache("/app/superset_home/sqllab")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user