aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-23 21:25:37 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-06-23 21:25:37 +0200
commit1dea35b9bcb3d37d61e554a99488626da9795331 (patch)
treec8d7cea6e3b44121e067edebf91f2044f8538b6b /Makefile
parent8eeddc0bfb574aada6bb76638957421b52344bb0 (diff)
downloadlens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.gz
lens-1dea35b9bcb3d37d61e554a99488626da9795331.tar.bz2
lens-1dea35b9bcb3d37d61e554a99488626da9795331.zip
feat: Remove unecessary param from repo
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