Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2VlZ-00H9AW-0N for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 12:10:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1r2VlX-00F6ON-3T for pgadmin-hackers@arkaria.postgresql.org; Mon, 13 Nov 2023 12:10:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2VlW-00F6OF-R5 for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 12:10:06 +0000 Received: from out-24.smtp.github.com ([192.30.252.207]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r2VlU-005MMW-79 for pgadmin-hackers@lists.postgresql.org; Mon, 13 Nov 2023 12:10:05 +0000 Received: from github.com (hubbernetes-node-613f483.ac4-iad.github.net [10.52.153.35]) by smtp.github.com (Postfix) with ESMTPA id 0949C1E0512 for ; Mon, 13 Nov 2023 04:10:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1699877403; bh=msQ0lb5YIK1WwX6eyx/ztvBJm8Yp1befrSg63KmH9q8=; h=Date:From:To:Subject:From; b=SpQO8gHNKea22i1a8exngkyylTN+ICK4+UXXl6YUXCj9JjpQXQDNO9DBzgaWtsh3I c0Wjmp+ERv45uT/3jA4F9bnicDIeABfbznvyi2BN81PCt4lFbqqz0XCA1xkVxJaO4V NcVUt22wz+FlBOtlR8O2lTrXhFgq1gh3mYl2O3Rk= Date: Mon, 13 Nov 2023 04:10:03 -0800 From: Mirko To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] e5cba5: Add JSON key "SharedUsername" to servers.json example Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: e5cba59a02275ec19d9a1496ea04bcfad0b68ed4 https://github.com/pgadmin-org/pgadmin4/commit/e5cba59a02275ec19d9a1496ea04bcfad0b68ed4 Author: Mirko <4560672+mu88@users.noreply.github.com> Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M docs/en_US/import_export_servers.rst Log Message: ----------- Add JSON key "SharedUsername" to servers.json example