untracking pycache and settings.yml, use example-settings.yml as template
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
29
settings.yml
29
settings.yml
@ -1,29 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
djangoldp_notifications
|
|
||||||
ldppackages:
|
|
||||||
|
|
||||||
server:
|
|
||||||
DEBUG: true
|
|
||||||
ALLOWED_HOSTS:
|
|
||||||
- "*"
|
|
||||||
SECRET_KEY: "ak$t4x@9pcs$ypwt_m38)vcg^m=q@j7*2rs2gu7%h0wwcv)(y2"
|
|
||||||
DATABASES:
|
|
||||||
default:
|
|
||||||
ENGINE: django.db.backends.postgresql_psycopg2
|
|
||||||
NAME: djangoldp
|
|
||||||
LDP_RDF_CONTEXT: https://cdn.happy-dev.fr/owl/hdcontext.jsonld
|
|
||||||
ROOT_URLCONF: server.urls
|
|
||||||
STATIC_ROOT: static
|
|
||||||
# STATIC_URL: = '/static/'
|
|
||||||
# STATICFILES_DIRS: = '/Users/trav/Documents/gitnsurge/autonomic/startinblox/startinblox-startinoff'
|
|
||||||
MEDIA_ROOT: media
|
|
||||||
INSTALLED_APPS:
|
|
||||||
- server
|
|
||||||
- djangoldp_crypto # only needed by decentral1se for #236
|
|
||||||
- webpush
|
|
||||||
|
|
||||||
|
|
||||||
WEBPUSH_SETTINGS:
|
|
||||||
VAPID_PUBLIC_KEY: "BIDVJ0sd4Cyycf_aGCxhQ_SmXBneWboI3wGO-Iyj3ofeGkvYyNp5o6W9eTf13YkJSz6NlRwiCHA08m8e82n5WXI"
|
|
||||||
VAPID_PRIVATE_KEY: "zQ-Apj3yLGvcq-l_YNFMFgNVBxQ5_JYEsUbZA36Yhes"
|
|
||||||
VAPID_ADMIN_EMAIL: "trav@teafry.me"
|
|
Reference in New Issue
Block a user