Browse Source

set listen all in vagrant bashrc

tags/v1.5.4
Jonathan Cobb 4 years ago
parent
commit
7c8c05c860
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Vagrantfile

+ 3
- 0
Vagrantfile View File

@@ -76,6 +76,9 @@ Vagrant.configure("2") do |config|
# Add bubble bin to PATH # Add bubble bin to PATH
echo \"export PATH=\${PATH}:${HOME}/bubble/bin\" >> ~/.bashrc echo \"export PATH=\${PATH}:${HOME}/bubble/bin\" >> ~/.bashrc


# Ensure Bubble API listens on all addresses
echo \"export BUBBLE_LISTEN_ALL=true\" >> ~/.bashrc

# Set LETSENCRYPT_EMAIL is defined # Set LETSENCRYPT_EMAIL is defined
if [[ -n \"${LETSENCRYPT_EMAIL}\" ]] ; then if [[ -n \"${LETSENCRYPT_EMAIL}\" ]] ; then
echo \"export LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}\" >> ~/.bubble.env echo \"export LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}\" >> ~/.bubble.env


Loading…
Cancel
Save