quillsql 1.7__tar.gz → 1.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {quillsql-1.7 → quillsql-1.8}/PKG-INFO +1 -1
- {quillsql-1.7 → quillsql-1.8}/quillsql/core.py +2 -2
- {quillsql-1.7 → quillsql-1.8}/quillsql.egg-info/PKG-INFO +1 -1
- {quillsql-1.7 → quillsql-1.8}/setup.py +1 -1
- {quillsql-1.7 → quillsql-1.8}/LICENSE +0 -0
- {quillsql-1.7 → quillsql-1.8}/README.md +0 -0
- {quillsql-1.7 → quillsql-1.8}/quillsql/__init__.py +0 -0
- {quillsql-1.7 → quillsql-1.8}/quillsql.egg-info/SOURCES.txt +0 -0
- {quillsql-1.7 → quillsql-1.8}/quillsql.egg-info/dependency_links.txt +0 -0
- {quillsql-1.7 → quillsql-1.8}/quillsql.egg-info/requires.txt +0 -0
- {quillsql-1.7 → quillsql-1.8}/quillsql.egg-info/top_level.txt +0 -0
- {quillsql-1.7 → quillsql-1.8}/setup.cfg +0 -0
- {quillsql-1.7 → quillsql-1.8}/tests/__init__.py +0 -0
- {quillsql-1.7 → quillsql-1.8}/tests/cache_test.py +0 -0
- {quillsql-1.7 → quillsql-1.8}/tests/external_test.py +0 -0
- {quillsql-1.7 → quillsql-1.8}/tests/simple_test.py +0 -0
|
@@ -7,8 +7,8 @@ import redis
|
|
|
7
7
|
from psycopg2.extensions import make_dsn
|
|
8
8
|
|
|
9
9
|
## The host url of the Quill metadata server
|
|
10
|
-
|
|
11
|
-
HOST = "http://localhost:8080"
|
|
10
|
+
HOST = "https://quill-344421.uc.r.appspot.com" # or "http://localhost:8080"
|
|
11
|
+
# HOST = "http://localhost:8080"
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
## The TTL for new cache entries (default: 1h)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|