config stuff and livebooks
This commit is contained in:
@ -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
7
notebooks/client.livemd
Normal file
@ -0,0 +1,7 @@
|
||||
# Client
|
||||
|
||||
## Section
|
||||
|
||||
```elixir
|
||||
SomethingErlangWeb
|
||||
```
|
Reference in New Issue
Block a user