diff options
author | emkael <emkael@tlen.pl> | 2020-10-09 00:07:07 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-09 00:07:07 +0200 |
commit | 2fe66c6dcea9e6827c87095828098fec1c920247 (patch) | |
tree | a4f674165ebd59c818c723aea67934526d29638a /configs/_common.env.sample | |
parent | 5157c173ba0129a9af5fd13d4b60557603ea6606 (diff) |
Config samples
Diffstat (limited to 'configs/_common.env.sample')
-rw-r--r-- | configs/_common.env.sample | 7 |
1 files changed, 7 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 |