aboutsummaryrefslogtreecommitdiff
path: root/constants.php
blob: 267d6f7b2c13d63176506cab58d47926a054cb66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$SERVER = 'localhost';
$PORT = 3306;
$USER = 'root';
$PASSWORD = '';
$DB_NAME = 'nwfh';

$REPOSITORY = __DIR__;
$ARCHIVES_DIR = $REPOSITORY . '/.archives';

// ONLY FOR LINUX
$MYSQL_UNIX_SOCKET = $REPOSITORY . '/.config/mysql/mysql.sock';