Ver a proveniência

set listen all in vagrant bashrc

tags/v1.5.4
Jonathan Cobb há 4 anos
ascendente
cometimento
7c8c05c860
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      Vagrantfile

+ 3
- 0
Vagrantfile Ver ficheiro

@@ -76,6 +76,9 @@ Vagrant.configure("2") do |config|
# Add bubble bin to PATH
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
if [[ -n \"${LETSENCRYPT_EMAIL}\" ]] ; then
echo \"export LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}\" >> ~/.bubble.env


Carregando…
Cancelar
Guardar