diff --git a/dev/config.php b/dev/vagrant-config.php similarity index 99% rename from dev/config.php rename to dev/vagrant-config.php index 86082d12..d2c8582a 100644 --- a/dev/config.php +++ b/dev/vagrant-config.php @@ -8,4 +8,3 @@ define('PSM_DB_PORT', '3306'); //3306 is the default port for MySQL. If no specf define('PSM_BASE_URL', ''); define('PSM_WEBCRON_KEY', ''); define('PSM_PUBLIC', false); - diff --git a/provision.yaml b/provision.yaml index 832ba287..e67df7e2 100644 --- a/provision.yaml +++ b/provision.yaml @@ -61,7 +61,7 @@ shell: /vagrant/setup-php.sh - name: copy psm config file - shell: /bin/cp -far /vagrant/dev/config.php /vagrant/config.php + shell: /bin/cp -far /vagrant/dev/vagrant-config.php /vagrant/config.php - name: apply nginx modifications service: