license key
This commit is contained in:
@@ -0,0 +1 @@
|
||||
name: Common
|
||||
18
config/project/project.yaml
Normal file
18
config/project/project.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
dateModified: 1625782418
|
||||
email:
|
||||
fromEmail: tparnell8@gmail.com
|
||||
fromName: Quala
|
||||
transportType: craft\mail\transportadapters\Sendmail
|
||||
system:
|
||||
edition: pro
|
||||
live: true
|
||||
name: Quala
|
||||
retryDuration: null
|
||||
schemaVersion: 3.6.8
|
||||
timeZone: America/New_York
|
||||
users:
|
||||
allowPublicRegistration: false
|
||||
defaultGroup: null
|
||||
photoSubpath: null
|
||||
photoVolumeUid: null
|
||||
requireEmailVerification: true
|
||||
@@ -0,0 +1 @@
|
||||
name: Quala
|
||||
@@ -0,0 +1,8 @@
|
||||
baseUrl: $PRIMARY_SITE_URL
|
||||
handle: default
|
||||
hasUrls: true
|
||||
language: en-US
|
||||
name: Quala
|
||||
primary: true
|
||||
siteGroup: 0d77b16d-5d7b-422c-b2bd-5f7fdbb36b9a # Quala
|
||||
sortOrder: 1
|
||||
1
craft
1
craft
@@ -19,6 +19,7 @@ if (class_exists('Dotenv\Dotenv') && file_exists(CRAFT_BASE_PATH . '/.env')) {
|
||||
// Define additional PHP constants
|
||||
// (see https://craftcms.com/docs/3.x/config/#php-constants)
|
||||
define('CRAFT_ENVIRONMENT', getenv('ENVIRONMENT') ?: 'production');
|
||||
define('CRAFT_LICENSE_KEY', getenv('CRAFT_LICENSE_KEY'));
|
||||
// ...
|
||||
|
||||
// Load and run Craft
|
||||
|
||||
2
storage/config-deltas/.gitignore
vendored
Normal file
2
storage/config-deltas/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
@@ -18,6 +18,7 @@ if (class_exists('Dotenv\Dotenv') && file_exists(CRAFT_BASE_PATH . '/.env')) {
|
||||
// Define additional PHP constants
|
||||
// (see https://craftcms.com/docs/3.x/config/#php-constants)
|
||||
define('CRAFT_ENVIRONMENT', getenv('ENVIRONMENT') ?: 'production');
|
||||
define('CRAFT_LICENSE_KEY', getenv('CRAFT_LICENSE_KEY'));
|
||||
// ...
|
||||
|
||||
// Load and run Craft
|
||||
|
||||
Reference in New Issue
Block a user