Minor changes

This commit is contained in:
Jyri Genral
2021-05-21 22:41:07 +03:00
parent 97b28d2443
commit 0eba4b3e56
2 changed files with 1 additions and 55 deletions

View File

@@ -1,7 +1,3 @@
# In this file, we load production configuration and secrets
# from environment variables. You can also hardcode secrets,
# although such is generally not recommended and you have to
# remember to add this file to your .gitignore.
import Config
database_url =
@@ -36,6 +32,3 @@ config :runosaari, RunosaariWeb.Endpoint,
# to start each relevant endpoint:
#
config :runosaari, RunosaariWeb.Endpoint, server: true
#
# Then you can assemble a release by calling `mix release`.
# See `mix help release` for more information.