You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we should call it AWS_URL because it's not just AWS, it could be any kind of URL.
If you run it locally you have to set it to barge or local HOST, so let's just name it HOST or URL.
A lot of this has been updated, we're now using .env.sample and URLs have been updated.
However, the configuration for .env.sample could still be adjusted to be a bit more self-explanatory.
Example: # If running as docker container and connecting to Barge set the host to '172.15.0.15' else localhost
How to fix:
# If running with remote barge, use: development.oceandao.org
# If running with local barge, use: localhost
Problem:
.env.dev
is being changed due to commits and the url for staging server is being overriden with localhost.env.dev
uses a different structure than the rest of our respos. Instead, use.env.sample
and.env
Standardize .env usage
Please use
.env.sample
to communicate possible configurations and.env
for the configuration.env.sample
.env
DoD:
.env.sample
and.env
structure follows the remainder of our repos.env.sample
contains all possible URLs.env
contains final URL configurationThe text was updated successfully, but these errors were encountered: