Wissance / Ferrum

Simple Go OpenId authorization server with Keycloak compatible API
https://wissance.github.io/Ferrum/
Apache License 2.0
5 stars 4 forks source link

Pass config files as a cmd parameters #31

Closed EvilLord666 closed 12 months ago

EvilLord666 commented 12 months ago

when starting Ferrum as application we initialize it as follows:

    app := application.CreateAppWithConfigs("./config.json", "./data.md", "./keyfile")

We should be able to pass only name of the first main config (otherwise use default name - ./config.json)

EvilLord666 commented 12 months ago

Will be implemented during #9

EvilLord666 commented 12 months ago

this was also done