summaryrefslogtreecommitdiff
path: root/app/env.sh
blob: 63b0e8e42569de6876ce89c7ab0b67e346fdc099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
# Call this script with make or source it.

# Database
#export STATUS_DB_DRIVER=sqlite3
#export STATUS_DB_CREDENTIALS=../db/status.db
#export STATUS_DB_IMPORT_DRIVER=github.com/mattn/go-sqlite3
#export STATUS_DB_LOG=true
#export STATUS_SECRET=verylongsecret

# Redis
#export STATUS_REDIS_SERVER=127.0.0.1
#export STATUS_REDIS_PORT=6379

# Http
#export STATUS_HTTP_IP=127.0.0.1
#export STATUS_HTTP_PORT=8080

# SMTP
#export STATUS_SMTP_MAILER="smtp.example.org:25"
#export STATUS_SMTP_PASSWORD="password"
#export STATUS_SMTP_ADRESS="statuspage@example.org"