forked from thomasaull/RestApiProfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
43 lines (34 loc) · 1.17 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?php
/**
* ProcessWire Configuration File
*
* Site-specific configuration for ProcessWire.
* This config.php file was generated by the ProcessExportProfile module.
*
* Please see the file /wire/config.php which contains all configuration options you may
* specify here. Simply copy any of the configuration options from that file and paste
* them into this file in order to modify them.
*
* ProcessWire
* Copyright (C) 2017 by Ryan Cramer
* Licensed under MPL 2.0
*
* https://processwire.com
*
*/
if(!defined("PROCESSWIRE")) die();
/*** SITE CONFIG *************************************************************************/
/**
* Enable debug mode?
*
* Debug mode causes additional info to appear for use during dev and debugging.
* This is almost always recommended for sites in development. However, you should
* always have this disabled for live/production sites.
*
* @var bool
*
*/
$config->debug = true;
$config->defaultAdminTheme = 'AdminThemeUikit';
$config->jwtSecret = "ZxDWh8rXl16lrpX6jHBNUh+9uEv9g7jv3ebVHthTUnM2x30Lq2aMr1Ekij8LDgde/D/K04clCV9/gNxivEibjQ==";
/*** INSTALLER CONFIG ********************************************************************/