From 0413a3cab15bc393cf93c79f2cfc5438e4522a68 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 5 May 2014 15:35:17 +0200 Subject: [PATCH] MT#6919 add mysql prosody info (cherry picked from commit 4a801be86b51c7baa84adf535da2258cfa60fd0c) --- sbin/ngcp-sync-constants | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/ngcp-sync-constants b/sbin/ngcp-sync-constants index dd42e8b6..6d44444c 100755 --- a/sbin/ngcp-sync-constants +++ b/sbin/ngcp-sync-constants @@ -30,6 +30,7 @@ use constant MYSQL_DATA => { mysql => { repuser => 'reppassword' }, ossbss => { provisioning => { billingdb => { user => 'pass' } } }, + prosody => { dbuser => 'dbpassword' }, }; use constant COPY_PASSWORDS => [ # pairs of from/to { rateomat => { accountingdb => { user => 'pass' }}},