SuffolkLITLab / docassemble-ALKilnSetup

A docassemble extension for testing the AssemblyLine automated integrated testing framework.
MIT License
1 stars 2 forks source link

Should the env file example also get server_url added to it, with an example? #143

Open plocket opened 3 years ago

plocket commented 3 years ago

Should the env file example also get server_url added to it, with an example?

_Originally posted by @niharikasingh in https://github.com/plocket/docassemble-ALAutomatedTestingTests/pull/141#discussion_r668390126_

plocket commented 3 years ago

The real env var is BASE_URL. In our workflow script, we're using the SERVER_URL github secret because those are the words that make the most sense, but we have not yet transitioned BASE_URL to be called SERVER_URL, which we should definitely do. We'll need to support both env vars.

Maybe this should be the issue for that.