leluque / university-site-cms

University site and CMS implemented with Spring Boot.
MIT License
26 stars 12 forks source link

Move Constants.FILES_PATH to environment variable (Mover configuração de Constants.FILES_PATH para uma variável de ambiente). #5

Open leluque opened 5 years ago

leluque commented 5 years ago

The URI to static files are stored in a constant called FILES_PATH. It difficults changes to that URI. Moving it to a environment variable would be a much better solution.