diff options
author | Wolfgang Müller | 2024-10-26 11:28:05 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-10-26 11:28:05 +0200 |
commit | 4ccd28754d6b7a553f61837968d3d6ebef87b574 (patch) | |
tree | 9446a0a1cd99ecf1ead500317ab885f7182ab003 /www-apps/miniflux/files/miniflux.conf | |
parent | 52676f78f098137f61a384cd91a93a6739845b9c (diff) | |
download | pramantha-4ccd28754d6b7a553f61837968d3d6ebef87b574.tar.gz |
www-apps/miniflux: new package, add 2.2.1
Diffstat (limited to 'www-apps/miniflux/files/miniflux.conf')
-rw-r--r-- | www-apps/miniflux/files/miniflux.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www-apps/miniflux/files/miniflux.conf b/www-apps/miniflux/files/miniflux.conf new file mode 100644 index 0000000..7a2b217 --- /dev/null +++ b/www-apps/miniflux/files/miniflux.conf @@ -0,0 +1,22 @@ +# This is a sample configuration file with the most commonly used options needed +# to get started. For a complete list of available options, see the miniflux (1) +# man page or visit https://miniflux.app/docs/configuration.html + +# Toggle debug mode (increase log level). +#DEBUG=off + +# Postgresql connection parameters. +# See https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters +# for more details. +#DATABASE_URL=user=postgres password=postgres dbname=miniflux2 sslmode=disable + +# Address to listen on. Use absolute path for a Unix socket. +#LISTEN_ADDR=127.0.0.1:8080 + +# Override LISTEN_ADDR to 0.0.0.0:$PORT (Automatic configuration for PaaS). +# Default is empty. +#PORT= + +# Base URL to generate HTML links and base path for cookies. +# Default is http://localhost/. +#BASE_URL=http://localhost/ |