mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-04-21 03:25:22 +00:00
Setup stats API container:
This commit is contained in:
parent
9176889086
commit
b3925a8fc6
10 changed files with 13775 additions and 55 deletions
|
|
@ -6,4 +6,11 @@ POSTGRES_PASSWORD="dev"
|
|||
|
||||
FTP_HOST="127.0.0.1"
|
||||
FTP_USER="user"
|
||||
FTP_PW="pw"
|
||||
FTP_PW="pw"
|
||||
|
||||
# API DB Connection
|
||||
DATABASE_HOST="db"
|
||||
DATABASE_PORT="5432"
|
||||
DATABASE_USER="dev"
|
||||
DATABASE_PASSWORD="dev"
|
||||
DATABASE_NAME="t2_stats"
|
||||
Loading…
Add table
Add a link
Reference in a new issue