diff options
Diffstat (limited to 'app/env.sh')
| -rwxr-xr-x | app/env.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,9 +1,11 @@ #!/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 # Redis export STATUS_REDIS_SERVER=127.0.0.1 |
