config stuff and livebooks

This commit is contained in:
2022-07-18 15:15:56 +02:00
parent 5608d2e5ec
commit 8dbc390a68
2 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@ config :something_erlang, SomethingErlang.Repo,
username: "postgres",
password: "postgres",
hostname: "localhost",
port: 54321,
port: 5432,
database: "something_erlang_dev",
stacktrace: true,
show_sensitive_data_on_connection_error: true,

7
notebooks/client.livemd Normal file
View File

@ -0,0 +1,7 @@
# Client
## Section
```elixir
SomethingErlangWeb
```