diff options
Diffstat (limited to 'bootstrap/vagrant-minimal-onap/config/local.conf')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/config/local.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/config/local.conf b/bootstrap/vagrant-minimal-onap/config/local.conf new file mode 100644 index 000000000..f8912868a --- /dev/null +++ b/bootstrap/vagrant-minimal-onap/config/local.conf @@ -0,0 +1,5 @@ +[[local|localrc]] +ADMIN_PASSWORD=default123456! +DATABASE_PASSWORD=$ADMIN_PASSWORD +RABBIT_PASSWORD=$ADMIN_PASSWORD +SERVICE_PASSWORD=$ADMIN_PASSWORD |