victorwrotethis / streamer-endpoints

Rest endpoints meant for usage with nightbot in twitch
MIT License
0 stars 1 forks source link

Update application.yml.example #14

Closed davidwisniowski closed 4 years ago

davidwisniowski commented 4 years ago

i still need the ?createDatabaseIfNotExist=true parameter. without this parameter it says at starting spring boot: unknown database even with hibernate ddl-auto create-drop

victorwrotethis commented 4 years ago

Good point. If you could be so kind to change the create-drop to update instead in the same PR that would be great. While beneficial for testing it is something I disable on production or otherwise on a restart you lose your data.

davidwisniowski commented 4 years ago

done :)