diff options
| author | Horus3 | 2015-02-25 16:41:52 +0100 |
|---|---|---|
| committer | Horus3 | 2015-02-25 16:41:52 +0100 |
| commit | 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (patch) | |
| tree | 4fbd8a283ef7ab13f92e11e5030ad5c362be4524 /app/env.sh | |
| parent | 9e1d8d0fb2b57903b1c6c0c2765b7808655c74a0 (diff) | |
| download | statuspage-49ffcba2c3c4a19d147dd792d7f6c99b7545a491.tar.gz | |
UX on front end.
Diffstat (limited to 'app/env.sh')
| -rwxr-xr-x | app/env.sh | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -2,15 +2,15 @@ # 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_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 -export STATUS_REDIS_PORT=6379 +#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 +#export STATUS_HTTP_IP=127.0.0.1 +#export STATUS_HTTP_PORT=8080 |
