Skip to content

Commit

Permalink
(BIDS-2454) Properly format services/configuration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
D13ce committed Sep 6, 2023
1 parent 1853f64 commit de3ea91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions services/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ const (
ConfigurationKeyHardforkName types.ExplorerConfigurationKey = "HardforkName"
)

/***
/*
**
This is the list of possible configurations that can be changed in the explorer administration
Per default these values will be taken, overridden by the values from the db, if they exist.
***/
**
*/
var DefaultExplorerConfiguration types.ExplorerConfigurationMap = types.ExplorerConfigurationMap{
ConfigurationCategorySlotViz: {
ConfigurationKeyVisibleFromEpoch: {Value: "0", DataType: "int"},
Expand Down

0 comments on commit de3ea91

Please sign in to comment.