issues
search
SimplQ
/
simplQ-backend
SimplQ backend, written in Java for AWS
https://simplq.me
GNU General Public License v3.0
17
stars
27
forks
source link
Move URL_PREFIX to env vars with config fallback (#147)
#150
Closed
lanemets
closed
3 years ago
lanemets
commented
3 years ago
Moved hardcoded url to TOKEN_URL environment variable with fallback on application.properties config value;
Moved message creation logic to separate component;
Separated message creation logic from token creation/notification use-case;
Edited readme (added TOKEN_URL env var explanation);
Added unit-test;
lanemets
commented
3 years ago
Issue number is not correct