harvard-lil / perma

Indelible links
420 stars 71 forks source link

Fix local Perma Payments set up #3281

Closed rebeccacremona closed 1 year ago

rebeccacremona commented 1 year ago

I noticed that the local Perma app was no longer speaking to the local Perma Payments app...

Turns out we:

a) need to use a more recent image, one where invoke is installed, and

b) we need to set the DOCKERIZED env var, so that the payments dev server runs on 0.0.0.0 instead of 127.0.0.1.

I inappropriately removed DOCKERIZED without actually updating the Perma Payments setup. Mea culpa.

codecov[bot] commented 1 year ago

Codecov Report

Merging #3281 (8d02afb) into develop (07b364c) will decrease coverage by 0.05%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #3281      +/-   ##
===========================================
- Coverage    74.39%   74.34%   -0.05%     
===========================================
  Files           55       55              
  Lines         6564     6564              
===========================================
- Hits          4883     4880       -3     
- Misses        1681     1684       +3     
Impacted Files Coverage Δ
perma_web/api/serializers.py 93.20% <0.00%> (-1.46%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.