Skip to content

Commit

Permalink
Merge pull request #80 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: gatekeeper v2.2.4
  • Loading branch information
themightychris authored Apr 25, 2020
2 parents a0463bf + 6a3d69d commit a68b9fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .holo/sources/skeleton-v2.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[holosource]
url = "https://github.com/JarvusInnovations/emergence-skeleton-v2"
ref = "refs/heads/releases/v2"
ref = "refs/tags/v2.4.0"

[holosource.project]
holobranch = "emergence-skeleton"
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 7089,
"port": 9000,
"pathMappings": {
"/hab/svc/php-runtime/var/site/php-classes/Emergence": "${workspaceFolder:emergence-skeleton-v1}/php-classes/Emergence",
"/hab/svc/php-runtime/var/site": "${workspaceFolder:gatekeeper}",
Expand Down
6 changes: 3 additions & 3 deletions php-config/Site.config.d/gatekeeper-sessions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

Site::$skipSessionPaths[] = 'api.php';
Site::$skipSessionPaths[] = 'test-api/cachable.php';
Site::$skipSessionPaths[] = 'test-api/status.php';
Site::$skipSessionPaths[] = 'api/';
Site::$skipSessionPaths[] = 'test-api/';
Site::$skipSessionPaths[] = 'local-api/';

0 comments on commit a68b9fe

Please sign in to comment.