php is .ini not .conf

This commit is contained in:
Daniel Winzen
2018-10-26 19:14:29 +02:00
parent 9985ba4864
commit 1884f4b08b
2 changed files with 22 additions and 12 deletions

View File

@ -4,7 +4,7 @@ const DBUSER='hosting'; // Database user
const DBPASS='MY_PASSWORD'; // Database password
const DBNAME='hosting'; // Database
const PERSISTENT=true; // Use persistent database conection true/false
const DBVERSION=8; //database layout version
const DBVERSION=9; //database layout version
const CAPTCHA=0; // Captcha difficulty (0=off, 1=simple, 2=moderate, 3=extreme)
const ADDRESS='dhosting4okcs22v.onion'; // our own address
const SERVERS=[ //servers and ports we are running on