From 2fe66c6dcea9e6827c87095828098fec1c920247 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 9 Oct 2020 00:07:07 +0200 Subject: Config samples --- configs/_common.env.sample | 7 +++++++ configs/tournament.env.sample | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 configs/_common.env.sample create mode 100644 configs/tournament.env.sample 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 -- cgit v1.2.3