Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ad8686491 | |||
| 31008f5ac6 | |||
| 47e617c4eb |
2
.github/FUNDING.yml
vendored
Normal file
2
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
github: equinoxel
|
||||
patreon: laurivan
|
||||
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### 1.0.1 (2022-12-12)
|
||||
@@ -1,6 +1,10 @@
|
||||
PAPERLESS_DBHOST={{ paperless_db_host }}
|
||||
PAPERLESS_DBSCHEMA={{ paperless_db_host }}
|
||||
{% if paperless_db_host == 'postgres' %}
|
||||
PAPERLESS_DBPORT=5432
|
||||
{% else %}
|
||||
PAPERLESS_DBPORT={{ paperless_db_port }}
|
||||
{% endif %}
|
||||
PAPERLESS_DBUSER={{ paperless_db_user }}
|
||||
PAPERLESS_DBPASS={{ paperless_db_password }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user