Apparently this change got overlooked

This commit is contained in:
Robert Schäfer 2019-03-25 17:46:44 +01:00
parent 3526dc3de0
commit 6d4ac65a92

View File

@ -31,7 +31,7 @@ export default class ActivityPub {
static init (server) {
if (!activityPub) {
dotenv.config()
const url = new URL(process.env.GRAPHQL_URI)
const url = new URL(process.env.CLIENT_URI)
activityPub = new ActivityPub(url.host || 'localhost:4000', url.origin)
// integrate into running graphql express server