allerta-vvf/server/config-sample.php

37 lines
1.1 KiB
PHP

<?php
// ** Database settings ** //
/* The name of the database for Allerta-vvf */
define( 'DB_NAME', 'allerta' );
/* Database username */
define( 'DB_USER', 'root' );
/* Database password */
define( 'DB_PASSWORD', '' );
/* Database hostname */
define( 'DB_HOST', 'localhost' );
// ** Url settings ** //
/* The url that you use to reach Allerta */
define( 'WEB_URL', 'http://localhost/allerta-vvf/server/' );
/* Is the server under Cloudflare® */
/* Cloudflare is a registered trademark of Cloudflare, Inc. */
define( 'SERVER_UNDER_CF', true );
// ** Behavior and names ** //
/* Do you want to add every denied access info to database? */
define( 'INTRUSION_SAVE', true );
/* Do you want to add every denied access info to database? */
define( 'INTRUSION_SAVE_INFO', true );
/* Do you want to enbale chat with IT Manager support? */
define( 'ENABLE_TECHNICAL_SUPPORT', true );
/* Leave blank if 'ENABLE_TECHNICAL_SUPPORT' is false, else go to https://www.smartsuppchat.com */
define( 'TECHNICAL_SUPPORT_KEY', '7e1d39b8d1a7e234c56a2da730e9ce5b95508dbc' );
/* Insert your organization name */
define( 'DISTACCAMENTO', 'Assoc VVF Vol Darfo' );