Skip to content

Commit

Permalink
siteUrl can/should be set by an environment variable directly in Craf…
Browse files Browse the repository at this point in the history
…t 3.1

re craftcms/cms#3655
  • Loading branch information
brandonkelly committed Jan 18, 2019
1 parent 8419fb7 commit 9c167d5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,7 @@

// Dev environment settings
'dev' => [
// Base site URL
'siteUrl' => null,

// Dev Mode (see https://craftcms.com/support/dev-mode)
'devMode' => true,
],

// Staging environment settings
'staging' => [
// Base site URL
'siteUrl' => null,
],

// Production environment settings
'production' => [
// Base site URL
'siteUrl' => null,
],
];

0 comments on commit 9c167d5

Please sign in to comment.