matheusgomes28 / urchin

Headless CMS written in Golang
MIT License
60 stars 19 forks source link

Config to enable both admin and main app to run alongside #76

Open matheusgomes28 opened 4 months ago

matheusgomes28 commented 4 months ago

I noticed that when we run the application, we're always either running the admin or main App. This is due to the config file only having the configs for one exposed port.

To enable both apps to run at the same time, we can simply expose an admin_port config in the toml file.