Skip to content

Commit

Permalink
[shopsys] tokens are signed by private key (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
pesektomas authored Apr 9, 2020
1 parent 7f2260b commit 02ca46e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
<property name="path.root" value="${project.basedir}"/>
<property name="path.vendor" value="${path.root}/vendor"/>
<property name="path.framework" value="${path.vendor}/shopsys/framework"/>
<property name="path.frontend-api" value="${path.vendor}/shopsys/frontend-api"/>

<property name="phpstan.level" value="4"/>

<import file="${path.framework}/build.xml"/>
<import file="${path.frontend-api}/build.xml"/>

</project>
2 changes: 2 additions & 0 deletions config/frontend-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
private.key
public.key
5 changes: 0 additions & 5 deletions config/parameters_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,3 @@ parameters:
build-version: '0000000000000000'
shopsys.display_timezone: Europe/Prague
shopsys.image.enable_lazy_load: true

# To enable Frontend API on your first two domains uncomment next three lines
# shopsys.frontend_api.domains:
# - 1
# - 2

0 comments on commit 02ca46e

Please sign in to comment.