line up comments

This commit is contained in:
Shish 2020-10-25 21:25:38 +00:00
parent 0dd7f62b54
commit 7cb36da4c6

View file

@ -20,7 +20,7 @@ function _d(string $name, $value): void
}
$_g = file_exists(".git") ? '+' : '';
_d("DATABASE_DSN", null); // string PDO database connection details
_d("DATABASE_TIMEOUT", 10000);// int Time to wait for each statement to complete
_d("DATABASE_TIMEOUT", 10000); // int Time to wait for each statement to complete
_d("CACHE_DSN", null); // string cache connection details
_d("DEBUG", false); // boolean print various debugging details
_d("COOKIE_PREFIX", 'shm'); // string if you run multiple galleries with non-shared logins, give them different prefixes