aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 39c579c..5731808 100644
--- a/Makefile
+++ b/Makefile
@@ -13,9 +13,11 @@ build:
run: sass
$(GO_RUN) $(SERVER) \
- --log-level error \
+ --db-type psql \
+ --db-con "host=localhost user=gabrielgio password=diablo123 dbname=img port=5432 sslmode=disable" \
+ --log-level trace \
--aes-key=6368616e676520746869732070617373 \
- --root=${HOME} \
+ --root=${HOME}
sass:
@mkdir -p static