瀏覽代碼

set listen all in vagrant bashrc

tags/v1.5.4
Jonathan Cobb 4 年之前
父節點
當前提交
7c8c05c860
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      Vagrantfile

+ 3
- 0
Vagrantfile 查看文件

@@ -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


Loading…
取消
儲存