|
|
@ -13,7 +13,8 @@ config :fuck_gab, FuckGabWeb.Endpoint, |
|
|
|
url: [host: "<%= domain %>", scheme: "https", port: <%= port %>], |
|
|
|
http: [ip: {<%= String.replace(listen_ip, ".", ", ") %>}, port: <%= listen_port %>], |
|
|
|
secret_key_base: "<%= secret %>", |
|
|
|
signing_salt: "<%= signing_salt %>" |
|
|
|
signing_salt: "<%= signing_salt %>", |
|
|
|
live_view: [signing_salt: "<%= live_view_signing_salt %>"] |
|
|
|
|
|
|
|
config :fuck_gab, :instance, |
|
|
|
site_name: "<%= site_name %>", |
|
|
|