Skip to content
Snippets Groups Projects
Commit e8b18286 authored by Jordi Isidro Llobet's avatar Jordi Isidro Llobet
Browse files

sockets per wss

parent d453e7e9
No related tags found
1 merge request!1Development environment
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
chdir: "{{ ansistrano_release_path.stdout }}" chdir: "{{ ansistrano_release_path.stdout }}"
- name: Restart acoords-backend.service - name: Restart acoords-backend.service
become: true become: yes
ansible.builtin.systemd: ansible.builtin.systemd:
name: "acoords-backend.service" name: "acoords-backend.service"
state: restarted state: restarted
......
# Frontend # Frontend
REACT_APP_BASE_URL=https://acoords-test.devs.coop/api REACT_APP_BASE_URL=https://acoords-test.devs.coop/api
REACT_APP_WS_URL =ws://acoords-test.devs.coop/ws REACT_APP_WS_URL =wss://acoords-test.devs.coop/ws
# Backend # Backend
DBAPI=postgresql://{{ database_user }}:{{ database_password }}@localhost/{{ database_name }} DBAPI=postgresql://{{ database_user }}:{{ database_password }}@localhost/{{ database_name }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment