X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Ftemplates%2Fsample_config.eex;h=dc75d4008e0ff631d54d9408dfbe952283c15cb6;hb=eae991b06a22bf7fc3eef7a0d5b409c931c1f6cb;hp=5cc31c604b1eb8079ca2a0676b3183d8df36547d;hpb=4f42093220393a13033fcfd306acf54c8791e98f;p=akkoma diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex index 5cc31c604..dc75d4008 100644 --- a/priv/templates/sample_config.eex +++ b/priv/templates/sample_config.eex @@ -11,6 +11,7 @@ end %> config :pleroma, Pleroma.Web.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 %>" @@ -67,3 +68,5 @@ config :pleroma, Pleroma.Uploaders.Local, uploads: "<%= uploads_dir %>" # For using third-party S3 clones like wasabi, also do: # config :ex_aws, :s3, # host: "s3.wasabisys.com" + +config :joken, default_signer: "<%= jwt_secret %>"