-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Bodley
committed
Nov 13, 2017
1 parent
500455f
commit caaee0d
Showing
37 changed files
with
1,424 additions
and
1,429 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
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
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 |
---|---|---|
|
@@ -92,10 +92,10 @@ | |
# GLOBALS FOR APP Builder | ||
# ------------------------------ | ||
# Uncomment to setup Your App name | ||
APP_NAME = "Superset" | ||
APP_NAME = 'Superset' | ||
|
||
# Uncomment to setup an App icon | ||
APP_ICON = "/static/assets/images/[email protected]" | ||
APP_ICON = '/static/assets/images/[email protected]' | ||
|
||
# Druid query timezone | ||
# tz.tzutc() : Using utc timezone | ||
|
@@ -239,7 +239,7 @@ | |
BACKUP_COUNT = 30 | ||
|
||
# Set this API key to enable Mapbox visualizations | ||
MAPBOX_API_KEY = "" | ||
MAPBOX_API_KEY = '' | ||
|
||
# Maximum number of rows returned in the SQL editor | ||
SQL_MAX_ROW = 1000000 | ||
|
@@ -329,7 +329,7 @@ class CeleryConfig(object): | |
|
||
# The link to a page containing common errors and their resolutions | ||
# It will be appended at the bottom of sql_lab errors. | ||
TROUBLESHOOTING_LINK = "" | ||
TROUBLESHOOTING_LINK = '' | ||
|
||
|
||
# Integrate external Blueprints to the app by passing them to your | ||
|
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
Oops, something went wrong.