mirror of
https://github.com/zoriya/tide.git
synced 2026-06-04 11:16:07 +00:00
Setup postgresql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user