diff --git a/playbooks/roles/jitsi-meet/files/config.js b/playbooks/roles/jitsi-meet/files/config.js
index a97535ee6f..b25e673f76 100644
--- a/playbooks/roles/jitsi-meet/files/config.js
+++ b/playbooks/roles/jitsi-meet/files/config.js
@@ -16,25 +16,25 @@ var config = {
 
     hosts: {
         // XMPP domain.
-        domain: 'localhost.localdomain',
+        domain: 'localhost',
 
         // When using authentication, domain for guest users.
         // anonymousdomain: 'guest.example.com',
 
         // Domain for authenticated users. Defaults to <domain>.
-        // authdomain: 'localhost.localdomain',
+        // authdomain: 'localhost',
 
         // Jirecon recording component domain.
-        // jirecon: 'jirecon.localhost.localdomain',
+        // jirecon: 'jirecon.localhost',
 
         // Call control component (Jigasi).
-        // call_control: 'callcontrol.localhost.localdomain',
+        // call_control: 'callcontrol.localhost',
 
         // Focus component domain. Defaults to focus.<domain>.
-        // focus: 'focus.localhost.localdomain',
+        // focus: 'focus.localhost',
 
         // XMPP MUC domain. FIXME: use XEP-0030 to discover it.
-        muc: 'muc.localhost.localdomain',
+        muc: 'muc.localhost',
     },
 
     // BOSH URL. FIXME: use XEP-0156 to discover it.
@@ -44,7 +44,7 @@ var config = {
     clientNode: 'http://jitsi.org/jitsimeet',
 
     // The real JID of focus participant - can be overridden here
-    focusUserJid: 'focus@auth.localhost.localdomain',
+    focusUserJid: 'focus@auth.localhost',
 
 
     // Testing / experimental features.
@@ -180,9 +180,9 @@ var config = {
     //     appKey: '<APP_KEY>' // Specify your app key here.
     //     // A URL to redirect the user to, after authenticating
     //     // by default uses:
-    //     // 'https://localhost.localdomain/static/oauth.html'
+    //     // 'https://localhost/static/oauth.html'
     //     redirectURI:
-    //          'https://localhost.localdomain/subfolder/static/oauth.html'
+    //          'https://localhost/subfolder/static/oauth.html'
     // },
     // When integrations like dropbox are enabled only that will be shown,
     // by enabling fileRecordingsServiceEnabled, we show both the integrations