Setup postgresql

This commit is contained in:
2023-09-16 16:57:57 +02:00
parent 875ccd7336
commit aea27c6181
10 changed files with 148 additions and 5 deletions
+8
View File
@@ -5,4 +5,12 @@ RPC_SECRET=wertyui
PUID=$UID
PGID=$GID
ARIA_URI=aria2c:6800
# Database things
POSTGRES_USER=tideUser
POSTGRES_PASSWORD=tidePassword
POSTGRES_DB=tideDb
POSTGRES_SERVER=postgres
POSTGRES_PORT=5432
# vi: ft=sh