diff options
Diffstat (limited to 'etc/gn3-secrets.py')
-rw-r--r-- | etc/gn3-secrets.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/gn3-secrets.py b/etc/gn3-secrets.py new file mode 100644 index 0000000..3992693 --- /dev/null +++ b/etc/gn3-secrets.py @@ -0,0 +1,6 @@ +SECRET_KEY="random-key" +OAUTH2_CLIENT_ID="0bbfca82-d73f-4bd4-a140-5ae7abb4a64d" +OAUTH2_CLIENT_SECRET="yadabadaboo" +SPARQL_USER="dba" +SPARQL_PASSWORD="dba" +SPARQL_AUTH_URI="http://localhost:7082/sparql-auth/" |