From ab880197397254330f46661b9ea220c20a8d384d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Thu, 26 Sep 2013 16:06:58 +0000
Subject: [PATCH] Add the missing configuration options for the production
 database.

---
 misc-scripts/id_mapping/default.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/misc-scripts/id_mapping/default.conf b/misc-scripts/id_mapping/default.conf
index 9c5fbd146a..08df85c524 100644
--- a/misc-scripts/id_mapping/default.conf
+++ b/misc-scripts/id_mapping/default.conf
@@ -35,6 +35,12 @@ targetdbname                = sf7_patch_pa_62
 ;targetuser_dna              = READONLY_USER
 ;targetdbname_dna            = homo_sapiens_core_62_37g
 
+;; the production database
+productionhost                  = ens-staging1
+productionport                  = 3306
+productionuser                  = READONLY_USER
+productiondbname                = ensembl_production
+
 ;; caching
 ;cache_method                = build_cache_all
 build_cache_auto_threshold  = 2000
-- 
GitLab