summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/_common.env.sample7
-rw-r--r--configs/tournament.env.sample5
2 files changed, 12 insertions, 0 deletions
diff --git a/configs/_common.env.sample b/configs/_common.env.sample
new file mode 100644
index 0000000..67067bd
--- /dev/null
+++ b/configs/_common.env.sample
@@ -0,0 +1,7 @@
+LIGA_AUSBUTLER_FTP_HOST=ftp.example.com
+LIGA_AUSBUTLER_FTP_USER=ftp_user
+LIGA_AUSBUTLER_FTP_PASS=ftp_pass
+
+LIGA_AUSBUTLER_DB_HOST=mysql.example.com
+LIGA_AUSBUTLER_DB_USER=mysql_user
+LIGA_AUSBUTLER_DB_PASS=mysql_pass
diff --git a/configs/tournament.env.sample b/configs/tournament.env.sample
new file mode 100644
index 0000000..3cad035
--- /dev/null
+++ b/configs/tournament.env.sample
@@ -0,0 +1,5 @@
+LIGA_AUSBUTLER_FTP_PATH=path/on/ftp/sever
+
+LIGA_AUSBUTLER_OUTPUT_PATH=local/path
+
+LIGA_AUSBUTLER_DB_NAME=mysql_db_name