amethyst/config/runtime.exs
Kodi Craft 0f59aaef59
All checks were successful
Build & Test / nix-build (push) Successful in 1m6s
Progress on implementing encryption (I think)
2024-07-08 22:45:57 +02:00

7 lines
279 B
Elixir

import Config
config :amethyst,
port: 25599, # Bogus port for testing, avoids unexpected conflicts
encryption: true, # Whether or not to enable encryption, this should almost always be 'true' for security reasons
auth: true # Whether or not users should be authenticated.