Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.demo
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LAYMAN_CLIENT_URL=http://layman_client:3000/client/

# client
LAYMAN_CLIENT_PUBLIC_URL=http://localhost/client/
LAYMAN_CLIENT_VERSION=e585264e0521cb06735d7c801dfdbfee411dbb6b
LAYMAN_CLIENT_VERSION=ca213fa0793fd025286e99ce0a0f94319196d5ba

# extra hosts to be added to /etc/hosts
EXTRA_HOST1=1.2.3.4:1.2.3.4
Expand Down
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LAYMAN_CLIENT_URL=http://layman_client:3000/client/

# client
LAYMAN_CLIENT_PUBLIC_URL=http://localhost:3000/client/
LAYMAN_CLIENT_VERSION=e585264e0521cb06735d7c801dfdbfee411dbb6b
LAYMAN_CLIENT_VERSION=ca213fa0793fd025286e99ce0a0f94319196d5ba


##############################################################################
Expand Down
2 changes: 1 addition & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LAYMAN_CLIENT_URL=http://layman_client_test:3000/client/

# client
LAYMAN_CLIENT_PUBLIC_URL=http://layman_test_run_1:8000/client/
LAYMAN_CLIENT_VERSION=e585264e0521cb06735d7c801dfdbfee411dbb6b
LAYMAN_CLIENT_VERSION=ca213fa0793fd025286e99ce0a0f94319196d5ba


##############################################################################
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- If you have any `Pipfile*` files in the root directory of this repository, they can be deleted.
- Change environment variable [LAYMAN_CLIENT_VERSION](doc/env-settings.md#LAYMAN_CLIENT_VERSION):
```
LAYMAN_CLIENT_VERSION=e585264e0521cb06735d7c801dfdbfee411dbb6b
LAYMAN_CLIENT_VERSION=ca213fa0793fd025286e99ce0a0f94319196d5ba
```
### Migrations and checks
#### Schema migrations
Expand Down
Loading