diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -13,9 +13,7 @@ build: run: sass $(GO_RUN) $(SERVER) \ - --db-type psql \ - --db-con "host=localhost user=gabrielgio password=diablo123 dbname=img port=5432 sslmode=disable" \ - --log-level trace \ + --log-level error \ --aes-key=6368616e676520746869732070617373 \ --root=${HOME} |