G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Overwrite/delete existing key on GIN #31

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

Currently if the service finds a key with the same name as the one it uses in the user's GIN configuration, it asks the user to delete it. If we use a key name specific to the service (gin-proc) the service can detect it and overwrite it instead of asking the user to do it.

achilleas-k commented 5 years ago

Fixed in #41