1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elabftw_ynh.git synced 2024-09-03 18:26:23 +02:00
elabftw_ynh/conf/config.php

8 lines
335 B
PHP
Raw Permalink Normal View History

2021-08-12 17:09:43 +02:00
<?php
define('DB_HOST', 'localhost');
define('DB_PORT', '3306');
define('DB_NAME', '__DB_NAME__');
2022-05-17 11:38:50 +02:00
define('DB_USER', '__DB_USER__');
2021-08-12 17:09:43 +02:00
define('DB_PASSWORD', '__DB_PWD__');
define('SECRET_KEY', '__SECRET_KEY__');
2022-05-17 22:56:19 +02:00
define('SITE_URL', 'https://__DOMAIN__');