adding federation
This commit is contained in:
parent
e30e06c283
commit
6b85d8838f
11 changed files with 244 additions and 83 deletions
|
@ -25,9 +25,10 @@ SECRET_KEY = '7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr'
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['localhost', 'ff2cb3e9.ngrok.io']
|
||||
|
||||
DOMAIN = 'localhost'
|
||||
DOMAIN = 'ff2cb3e9.ngrok.io'
|
||||
OL_URL = 'https://openlibrary.org'
|
||||
|
||||
# Application definition
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue