-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/gbl-admin' into develop
- Loading branch information
Showing
525 changed files
with
249,947 additions
and
1,332 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,4 +1,34 @@ | ||
# Using dotenv-rails to set development environment variables | ||
# Example use below: | ||
SOLR_VERSION = 6.2.1 | ||
SOLR_URL: http://127.0.0.1:8983/solr/geoportal-core-development | ||
GEOBLACKLIGHT_DB_HOST=localhost | ||
GEOBLACKLIGHT_DB_DATABASE=geoportal_admin | ||
GEOBLACKLIGHT_DB_USER= | ||
GEOBLACKLIGHT_DB_PASSWORD= | ||
|
||
SOLR_VERSION=8.11.1 | ||
|
||
# Solr - Local development | ||
SOLR_URL=http://127.0.0.1:8983/solr/blacklight-core | ||
|
||
# Solr - Remote development | ||
# SOLR_URL=https://remote_server/solr/core | ||
# SOLR_BASIC_AUTH_USER=user | ||
# SOLR_BASIC_AUTH_PASSWORD=password | ||
|
||
# BL API | ||
BLACKLIGHT_URL=/ | ||
BLACKLIGHT_JSON_API=/admin/api.json | ||
BLACKLIGHT_JSON_API_IDS=/admin/api/ids.json | ||
BLACKLIGHT_JSON_API_FACETS=/admin/advanced_search/facets.json | ||
|
||
# BL IDS | ||
BLACKLIGHT_JSON_IDS=/admin/ids.json | ||
|
||
GEOMG_DB_DATABASE=geoblacklight_development | ||
GEOMG_DB_USER= | ||
GEOMG_DB_PASSWORD= | ||
|
||
GEOMG_DEVISE_SECRET_KEY=generated-by-rake-secret | ||
|
||
# Blazer | ||
BLAZER_UPLOADS_URL=postgresql://127.0.0.1:5432/geoblacklight_development | ||
MAPBOX_ACCESS_TOKEN=your-key-here | ||
|
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,3 +1,9 @@ | ||
# Using dotenv-rails to set test environment variables | ||
SOLR_VERSION = 6.2.1 | ||
SOLR_URL: http://127.0.0.1:8985/solr/geoportal-core-test | ||
|
||
POSTGRES_HOST = localhost | ||
POSTGRES_PORT = 5432 | ||
POSTGRES_DB = geoblacklight_test | ||
POSTGRES_USER = postgres | ||
POSTGRES_PASSWORD = postgres |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ download_dir: tmp/solr | |
collection: | ||
dir: solr/conf/ | ||
name: geoportal-core-test | ||
persist: true |
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.