Skip to content

Instantly share code, notes, and snippets.

@damonvjanis
Last active April 6, 2023 16:06
Show Gist options
  • Save damonvjanis/92d628d23c0cbc92443175c5c6fff050 to your computer and use it in GitHub Desktop.
Save damonvjanis/92d628d23c0cbc92443175c5c6fff050 to your computer and use it in GitHub Desktop.
import Config
config :my_app, MyApp.Repo,
username: "postgres",
password: "<the random password you generated>",
database: "my_app",
hostname: "localhost",
pool_size: 10
config :my_app, MyAppWeb.Endpoint,
secret_key_base: "<run mix phx.gen.secret and paste the value here>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment