1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grr_ynh.git synced 2024-09-03 19:15:56 +02:00
grr_ynh/conf/connect.inc.php

8 lines
122 B
PHP
Raw Permalink Normal View History

2021-10-28 16:31:34 +02:00
<?php
$dbHost="localhost";
$dbDb="__DB_NAME__";
$dbUser="__DB_USER__";
$dbPass="__DB_PWD__";
$dbPort="3306";
2022-04-22 12:06:38 +02:00
$apikey=""
2021-10-28 16:31:34 +02:00
?>