Skip to content

Commit

Permalink
Update server config and fix paths in env file
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 28, 2023
1 parent b82f975 commit a2b258a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env.local.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
# You will first need to create "local" server configuration (will not be versioned) in:
#
# - config/server/local.yaml
# - config/server/local/*
# - config/app/server/local.yaml
# - config/app/server/local/*
#
# You can use existing "dev" server configuration as a starting point.
#
Expand Down
6 changes: 2 additions & 4 deletions config/app/server/dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
imports:
-
resource: dev/ibexa_siteaccess.yaml
-
resource: dev/app.yaml
- { resource: dev/app.yaml }
- { resource: dev/ibexa_siteaccess.yaml }
2 changes: 1 addition & 1 deletion config/app/server/dev/ibexa_siteaccess.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ibexa:
siteaccess:
match:
URIElement: '1'
URIElement: 1

0 comments on commit a2b258a

Please sign in to comment.