Gelato, external print products (#258)

Co-authored-by: Anders Gustafsson <anders@photowall.se>
Co-authored-by: Arwid Thornström <arwidt@gmail.com>
Co-authored-by: Fredrik Ringqvist <fredrik.ringqvist@photowall.se>
This commit is contained in:
Niklas Fondberg
2022-03-24 07:42:31 +01:00
committed by GitHub
co-authored by Anders Gustafsson Arwid Thornström Fredrik Ringqvist
parent de0372d79c
commit 28fa445143
2 changed files with 61 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ The credentials for each environment that could be updated is stored in the
`env/default.conf` could look like this:
```
#!/bin/bash
export PSQL_OPTS="-h HOST_NAME -U USER_NAME"
export PSQL_OPTS="-h HOST_NAME -U root"
export DB_NAME=DATABASE_NAME
```