1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Update htconfig.sample.php

This commit is contained in:
ericgaspar 2022-04-05 22:44:26 +02:00
parent f5de57c538
commit 8babf3112c

View file

@ -15,7 +15,7 @@
$db_host = 'localhost'; // Use 'localhost' or ':/path/to/socket.file' if you aren't using a remote server
$db_port = 3306; // leave 0 for default or set your port
$db_user = '__DB_USER__';
$db_pass = '__DB_PWD';
$db_pass = '__DB_PWD__';
$db_data = '__DB_NAME__';
$db_type = mysql; // use 1 for postgres, 0 for mysql