Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 352 Bytes

b64-service

b64-service is a small backend that is responsible for serving files in base64 to be consumed through an http client

Configuration

for each file directory (service) you should add a settings array in the configuration file.

config.yml

settings:
    prefix: <prefix>
    querys: <query-params-array>
    path: <path>