Skip to content

Commit

Permalink
fix: Fix spelling for DEBUG_KIT_SAFE_TLD env variable (ddev#6054) [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
ajibarra authored Apr 5, 2024
1 parent 52218a7 commit 02b40b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddevapp/cakephp.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func cakephpPostStartAction(app *DdevApp) error {
"export DATABASE_URL": dbConnection + "://db:db@db:" + port + "/db",
"export EMAIL_TRANSPORT_DEFAULT_URL": "smtp://localhost:1025",
"export SECURITY_SALT": util.HashSalt(app.GetName()),
"export DEBUGKIT_SAFE_TLD": "site",
"export DEBUG_KIT_SAFE_TLD": "site",
}
err = WriteProjectEnvFile(envFilePath, envMap, envText)
if err != nil {
Expand Down

0 comments on commit 02b40b3

Please sign in to comment.