Skip to content
Snippets Groups Projects
Commit babad635 authored by Tom Philip's avatar Tom Philip
Browse files

Added port and removed https for accessing local chat server

parent b62d9b75
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ docker login gitlab.holi.team:5050
docker compose up -d
```
This will start the server in the background and you can access the application by navigating to [https://local.chat.holi.social](https://local.chat.holi.social) in your web browser.
This will start the server in the background and you can access the application by navigating to [http://local.chat.holi.social:8008](http://local.chat.holi.social:8008) in your web browser.
11. Execute the create-synapse-admin-user.sh command with URL http://127.0.0.1:8008 and secret set in .envrc.local HOLI_CHAT_REGISTRATION_SHARED_SECRET for holi-chat-integration to work properly.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment