summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/install/.env
blob: 527088e9cecf4859fcd4d2108b1ff71c3a9a0756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Environment settings
# used by docker-compose AND by other shell scripts


# Tag all images with this
REFREPO_TAG=1.0-STAGING-latest
POSTGRES_TAG=latest

NEXUS_REPO=nexus3.onap.org:10001

export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)