mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 09:02:50 +00:00
thread update/insert changeset fixed - auth permissions done
This commit is contained in:
@@ -27,3 +27,11 @@ config :logger, :console,
|
||||
# of this file so it overrides the configuration defined above.
|
||||
import_config "#{Mix.env}.exs"
|
||||
import_config "config.secret.exs"
|
||||
|
||||
# user permissions for app - right now the read/write don't mean anything
|
||||
config :myapp, MyApp.Guardian,
|
||||
permissions: %{
|
||||
user: [:read, :write],
|
||||
mod: [:read, :write],
|
||||
admin: [:read, :write],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user