Skip to content

Commit 956421a

Browse files
committed
Adding new configuration value for the GoogleApiKey.
1 parent 6e811a7 commit 956421a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Infrastructure/Data/Seed/Data/TimePlanningConfigurationSeedData.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ public class TimePlanningConfigurationSeedData : IPluginConfigurationSeedData
7171
{
7272
Name = $"{TimePlanningBaseSettingsName}:DateOfBlockingUserUpdateTimeRegistrations",
7373
Value = "20"
74+
},
75+
new PluginConfigurationValue
76+
{
77+
Name = $"{TimePlanningBaseSettingsName}:GoogleApiKey",
78+
Value = ""
7479
}
7580
};
7681
}

0 commit comments

Comments
 (0)