diff options
author | FBeans <phil@pgburton.com> | 2022-03-06 16:26:07 +0000 |
---|---|---|
committer | FBeans <phil@pgburton.com> | 2022-03-06 16:26:07 +0000 |
commit | 88667d540736c39b7a78601d7abb6f3108a7a65c (patch) | |
tree | ea13cf9914b502d8749b94db36074defbefc812a /config | |
parent | cc5e12a25f626dd5b01ca48ecf30661c2168f776 (diff) |
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/app.php.example b/config/app.php.example new file mode 100644 index 0000000..eb5d771 --- /dev/null +++ b/config/app.php.example @@ -0,0 +1,7 @@ +<?php + +return [ + 'xplane_path' => FULL PATH TO THE XPLANE DIR, + 'archive_path' => WHERE WE COPY THE ORIGINAL XPLANE VIDEOS TOO, + 'output_path' => WHERE THE PROCESSED VIDEO WILL END UP, +]; |