-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from johnkearney/all_pg_queries_with_no_results
All pg queries with no results
- Loading branch information
Showing
3 changed files
with
32 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
REDASH_CONNECTION_ADAPTER=pg | ||
REDASH_CONNECTION_STRING="dbname=data" | ||
REDASH_STATIC_ASSETS_PATH=../rd_ui/app/ | ||
REDASH_GOOGLE_APPS_DOMAIN= | ||
REDASH_ADMINS= | ||
REDASH_WORKERS_COUNT=2 | ||
REDASH_COOKIE_SECRET= | ||
REDASH_DATABASE_URL='postgresql://rd' | ||
REDASH_LOG_LEVEL = "INFO" | ||
export REDASH_STATIC_ASSETS_PATH="../rd_ui/app/" | ||
export REDASH_LOG_LEVEL="INFO" | ||
export REDASH_REDIS_URL=redis://localhost:6379/1 | ||
export REDASH_DATABASE_URL="postgresql://redash" | ||
export REDASH_COOKIE_SECRET=veryverysecret | ||
export REDASH_GOOGLE_APPS_DOMAIN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
export REDASH_CONNECTION_ADAPTER=pg | ||
export REDASH_CONNECTION_STRING="dbname=redash" | ||
export REDASH_STATIC_ASSETS_PATH="../rd_ui/dist/" | ||
export REDASH_LOG_LEVEL="INFO" | ||
export REDASH_WORKERS_COUNT=6 | ||
export REDASH_REDIS_URL=redis://localhost:6379/1 | ||
export REDASH_DATABASE_URL="postgresql://redash" | ||
export REDASH_COOKIE_SECRET=veryverysecret | ||
export REDASH_GOOGLE_APPS_DOMAIN= | ||
export REDASH_GOOGLE_APPS_DOMAIN= |