license key

This commit is contained in:
Tommy Parnell
2021-07-08 18:17:11 -04:00
parent 075e197aa4
commit bfbce19742
7 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
name: Common

View 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

View File

@@ -0,0 +1 @@
name: Quala

View File

@@ -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
View File

@@ -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
View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -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