From 9172de2f73164c3777ed070e1630e93aaded6107 Mon Sep 17 00:00:00 2001 From: teddit Date: Sat, 5 Dec 2020 16:02:58 +0100 Subject: [PATCH] Revert "add port for localhost" This reverts commit 92dab1402b5ea908727d2ea2633ab16582a25318. --- config.js.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js.template b/config.js.template index a6b7158..0b54c5a 100644 --- a/config.js.template +++ b/config.js.template @@ -1,5 +1,5 @@ const config = { - domain: '127.0.0.1:8080', // Or for example 'teddit.net' + domain: '127.0.0.1', // Or for example 'teddit.net' reddit_app_id: 'H6-HjZ5pUPjaFQ', // You should obtain your own Reddit app ID. For testing purposes it's okay to use this project's default app ID. Create your Reddit app here: https://old.reddit.com/prefs/apps/. Make sure to create an "installed app" type of app. cert_dir: '', // For example '/home/teddit/letsencrypt/live/teddit.net', if you are using https. No trailing slash. video_enabled: true,