honeynet / ochi

https://ochi.mushmush.org
GNU General Public License v3.0
25 stars 15 forks source link

Move parameters into config file #11

Open glaslos opened 2 years ago

glaslos commented 2 years ago

We pass service configuration as parameters. We should use a config file instead. Create config file if it doesn't exist. Default config shoold have configuration for local testing.

Use github.com/hashicorp/hcl/v2 for the configuration.

ashutosh887 commented 1 year ago

@glaslos Should I try this? Please assign

glaslos commented 12 months ago

No need for assignment, write code and create a pull request. This ticket is specific for the backend.