Get the port from the json config
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m53s
All checks were successful
Build and Push Docker Image / build (push) Successful in 5m53s
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
|
||||
type Config struct {
|
||||
DB_URL string `json:"db_url"`
|
||||
LISTEN_ON string `json:"listen_on"`
|
||||
TRUSTED_PROXIES []string `json:"trusted_proxies"`
|
||||
OTLP_ENDPOINT string `json:"otlp_endpoint"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user