mirror of
https://github.com/Start9Labs/registry.git
synced 2026-04-02 04:53:07 +00:00
remove category enum (#97)
* remove category enum * priority inversion, 0 is always first * set marketplace name default to something more obviously wrong.
This commit is contained in:
committed by
GitHub
parent
75663b65e4
commit
cdadae707c
@@ -95,7 +95,7 @@ instance FromJSON AppSettings where
|
||||
let sslCertLocation = sslPath </> "certificate.pem"
|
||||
let registryVersion = fromJust . parseMaybe parseJSON . String . toS . showVersion $ version
|
||||
|
||||
marketplaceName <- o .:? "marketplace-name" .!= "Start9 Embassy Marketplace"
|
||||
marketplaceName <- o .: "marketplace-name"
|
||||
|
||||
return AppSettings { .. }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user