summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-09 00:07:07 +0200
committeremkael <emkael@tlen.pl>2020-10-09 00:07:07 +0200
commit2fe66c6dcea9e6827c87095828098fec1c920247 (patch)
treea4f674165ebd59c818c723aea67934526d29638a /configs
parent5157c173ba0129a9af5fd13d4b60557603ea6606 (diff)
Config samples
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