-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
executable file
·31 lines (27 loc) · 1.15 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ENVIRONMENT="production" #development, testing or production
ENVIRONMENT_NAME=""
ENVIRONMENT_COLOR=""
PROTOCOL="http://"
BASE_URL="localhost"
DB_HOSTNAME="localhost"
DB_USERNAME="webuser"
DB_PASSWORD=""
#OAUTH_GOOGLE_ID=""
#OAUTH_GOOGLE_SECRET=""
#OAUTH_FACEBOOK_ID=""
#OAUTH_FACEBOOK_SECRET=""
#OAUTH_TWITTER_KEY=""
#OAUTH_TWITTER_SECRET=""
#AAF_RAPIDCONNECT_URL=""
#AAF_RAPIDCONNECT_SECRET=""
# Community lenses finding aid
# FINDING_AID_LENSES=/opt/ardc/vocabs-finding-aid/servers/servername/lenses
# YASGUI interface for interactively running SPARQL queries.
# The Portal takes this value, adds a hash, and then appends
# parameters (query=..., etc.).
# NB: the value must be a valid URL with scheme http(s); if it isn't,
# this setting is silently ignored.
#YASGUI_URL=https://vocabs.ardc.edu.au/yasgui/
# Optionally, specify the SPARQL query to use.
# The value will be URL encoded. Specify a newline using "\n".
#YASGUI_QUERY="PREFIX skos: <http://www.w3.org/2004/02/skos/core#>\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT * WHERE {\n ?c a skos:Concept .\n ?c skos:prefLabel ?l\n} LIMIT 10"