mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
add login info in msg_box
This commit is contained in:
parent
66e6f0c435
commit
c42c235ea3
@ -104,7 +104,13 @@ https://$ADDRESS:8443
|
||||
You can download more plugins and get more information here:
|
||||
https://www.adminer.org
|
||||
|
||||
Your PostgreSQL connection information can be found in $NCPATH/config/config.php
|
||||
Your PostgreSQL connection information can be found in $NCPATH/config/config.php.
|
||||
These are the current values:
|
||||
|
||||
$(grep dbhost /var/www/nextcloud/config/config.php)
|
||||
$(grep dbuser /var/www/nextcloud/config/config.php)
|
||||
$(grep dbpassword /var/www/nextcloud/config/config.php)
|
||||
$(grep dbname /var/www/nextcloud/config/config.php)
|
||||
|
||||
In case you try to access Adminer and get 'Forbidden' you need to change the IP in:
|
||||
$ADMINER_CONF"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user