Update DB passwords in .env
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
# PostgreSQL (internal, for Nextcloud)
|
# PostgreSQL (internal, for Nextcloud)
|
||||||
|
# Users: nextcloud (DB owner), oc_admin (app user — password in config.php)
|
||||||
POSTGRES_DB=nextcloud
|
POSTGRES_DB=nextcloud
|
||||||
POSTGRES_USER=nextcloud
|
POSTGRES_USER=nextcloud
|
||||||
POSTGRES_PASSWORD=CHANGE_THIS_PASSWORD
|
POSTGRES_PASSWORD=t824DwiP5F3uXwU1Z8EL
|
||||||
|
|
||||||
# Remote PostgreSQL (for external access)
|
# Remote PostgreSQL (for external access)
|
||||||
PG_DB=remotedb
|
PG_DB=remotedb
|
||||||
PG_USER=remoteuser
|
PG_USER=remoteuser
|
||||||
PG_PASSWORD=CHANGE_THIS_PASSWORD
|
PG_PASSWORD=yhkrsCBCpiTIIIGQy8Qu
|
||||||
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
NEXTCLOUD_ADMIN_USER=admin
|
NEXTCLOUD_ADMIN_USER=admin
|
||||||
|
|||||||
Reference in New Issue
Block a user