Skip to content

Commit fbf5c70

Browse files
committed
Fix APP_ENV/APP_DEBUG typo overwriting the APP_ENV in Vagrant Playbook
1 parent 15b8299 commit fbf5c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ubuntu/vagrant_playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
- { regexp: '^DB_PASSWORD=', line: 'DB_PASSWORD=vagrant' }
200200
- { regexp: '^APP_URL=', line: "APP_URL=http://{{ fqdn }}" }
201201
- { regexp: '^APP_ENV=', line: "APP_ENV=development" }
202-
- { regexp: '^APP_DEBUG=', line: "APP_ENV=true" }
202+
- { regexp: '^APP_DEBUG=', line: "APP_DEBUG=true" }
203203
- name: Generate application key
204204
shell: "php {{ app_path }}/artisan key:generate --force"
205205
- name: Artisan Migrate

0 commit comments

Comments
 (0)