summaryrefslogtreecommitdiff
path: root/config/app.php.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/app.php.example')
-rw-r--r--config/app.php.example7
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,
+];