Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ilka Kistinger
bee-weather
Commits
865d5ebe
Commit
865d5ebe
authored
Mar 11, 2020
by
Anthony Mochel
Browse files
feat(entity): add humidity field
parent
7091d81e
Changes
1
Show whitespace changes
Inline
Side-by-side
BeeWeatherPollenTracker/Program.cs
View file @
865d5ebe
...
...
@@ -25,15 +25,7 @@ namespace BeeWeatherPollenTracker
private
static
void
Main
(
string
[]
args
)
{
<<<<<<<
HEAD
/*
* Settings
*/
// Set Entity Configuration
=======
// Entity Framework setup
>>>>>>>
fix
(
entity
):
change
entity
settings
and
plugins
DbConfiguration
.
SetConfiguration
(
new
MySqlEFConfiguration
());
// Set up API KEY
ClientSettings
.
SetApiKey
(
OPEN_WEATHER_MAP_API_KEY
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment