resolve unterminated string in wikijs config file

This commit is contained in:
Sebastian Hugentobler 2019-11-02 12:00:06 +01:00
parent 94454445c9
commit e479f455e7
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ COPY --from=builder --chown=wikijs:wikijs /build/LICENSE /home/wikijs/LICENSE
COPY --from=builder --chown=wikijs:wikijs /build/config.sample.yml /home/wikijs/config.sample.yml
COPY --from=builder --chown=wikijs:wikijs /build/package.json /home/wikijs/package.json
RUN apk add --no-cache \
RUN apk add --no-cache \
nodejs
ADD /rootfs /

View File

@ -27,7 +27,7 @@ db:
host: {{ getenv "DB_HOST" }}
port: {{ getenv "DB_PORT" "5432" }}
user: {{ getenv "DB_USER" "wikijs" }}
pass: {{ getenv "DB_PASSWORD }}
pass: {{ getenv "DB_PASSWORD" }}
db: {{ getenv "DB_NAME" "wikijs" }}
ssl: {{ getenv "DB_SSL" "false" }}
# SQLite only: