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:
parent
f5de57c538
commit
8babf3112c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue