Accept 'Accept' activities in the inbox

This commit is contained in:
Mouse Reeve
2020-02-14 20:04:22 -08:00
parent 7123650198
commit 4f60d27c12
3 changed files with 6 additions and 2 deletions

View File

@ -14,7 +14,7 @@ SECRET_KEY = '7(2w1sedok=aznpq)ta1mc4i%4h=xx@hxwx*o57ctsuml0x%fr'
DEBUG = True
# TODO: this should be populated at runtime at least for debug mode
DOMAIN = 'af064ab4.ngrok.io'
DOMAIN = '26863dc9.ngrok.io'
ALLOWED_HOSTS = ['*']
OL_URL = 'https://openlibrary.org'