summaryrefslogtreecommitdiff
path: root/templates/tsk.env.template
blob: 3d123fb3ccbd67d3976bb9698a0a3600948c5ee6 (plain)
1
2
3
4
5
6
7
8
CLIENT_ID=
DB_DRIVER=
DB_HOST=
DB_PORT
DB_USER=
DB_PASSWORD=
DB_NAME=
CONNECTION=${DB_DRIVER}://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}