We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b8299 commit fbf5c70Copy full SHA for fbf5c70
ansible/ubuntu/vagrant_playbook.yml
@@ -199,7 +199,7 @@
199
- { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' }
200
- { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" }
201
- { regexp: '^APP_ENV=', line: "APP_ENV=development" }
202
- - { regexp: '^APP_DEBUG=', line: "APP_ENV=true" }
+ - { regexp: '^APP_DEBUG=', line: "APP_DEBUG=true" }
203
- name: Generate application key
204
shell: "php {{ app_path }}/artisan key:generate --force"
205
- name: Artisan Migrate
0 commit comments