### Choose a websocket backend URL
AWS_URL_PRODUCTION=http://ec2-16-170-204-1.eu-north-1.compute.amazonaws.com
AWS_URL_STAGING=http://ec2-16-170-204-2.eu-north-1.compute.amazonaws.com
AWS_URL_DEV=http://localhost
### Websocket url
AWS_URL=your_url
### Websocket url
AWS_URL=your_url
Problem:
.env.devis being changed due to commits and the url for staging server is being overriden with localhost.env.devuses a different structure than the rest of our respos. Instead, use.env.sampleand.envStandardize .env usage
Please use
.env.sampleto communicate possible configurations and.envfor the configuration.env.sample
.env
DoD:
.env.sampleand.envstructure follows the remainder of our repos.env.samplecontains all possible URLs.envcontains final URL configuration