build(phoenix): use sqlite instead of postgres
This commit is contained in:
parent
4a0cbeb094
commit
ce8d963331
10 changed files with 31 additions and 31 deletions
|
@ -7,7 +7,7 @@ defmodule LearningPhoenixWeb.Endpoint do
|
|||
@session_options [
|
||||
store: :cookie,
|
||||
key: "_learning_phoenix_key",
|
||||
signing_salt: "RuSasXTJ",
|
||||
signing_salt: "FPy3oQ90",
|
||||
same_site: "Lax"
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue