NSWSESMembers / availability-poc

WIP proof of concept availability app
MIT License
10 stars 4 forks source link

Server - Allow toggle of the DEFAULT user via an ENV variable. #525

Open OSPFNeighbour opened 6 years ago

OSPFNeighbour commented 6 years ago

if ALLOW_ANON exists the DEFAULT USER will be used, else reject the connection

codecov[bot] commented 6 years ago

Codecov Report

Merging #525 into master will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #525      +/-   ##
==========================================
- Coverage    27.8%   27.78%   -0.02%     
==========================================
  Files         180      180              
  Lines        2924     2926       +2     
  Branches      425      426       +1     
==========================================
  Hits          813      813              
- Misses       1789     1790       +1     
- Partials      322      323       +1
Flag Coverage Δ
#integration 0% <0%> (ø) :arrow_up:
#unittests 28.32% <0%> (-0.02%) :arrow_down:
Impacted Files Coverage Δ
server/src/main.js 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6cbeca5...fc082bd. Read the comment docs.