balls/config/config.exs

13 lines
260 B
Elixir
Raw Normal View History

2024-12-02 11:03:06 +00:00
import Config
config :balls_pds,
ecto_repos: [BallsPDS.Repo]
# config :balls_pds,
# Should be a did:web, did:key or activitypub ID URL
# owner_ap_id: "",
# Hexadecimal private ED25519 key
# owner_private_key: "000102"
import_config "#{Mix.env()}.exs"