Skip to content

Commit

Permalink
nitro sample
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 29, 2024
1 parent b74418d commit 2f8e38e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ config :n2o,
ws: 5011,
tables: [:cookies, :file, :caching, :async],
protocols: [:n2o_heart, :nitro_n2o, :n2o_ftp],
points:
[{:_, [],
[{["app", :"..."], [], :cowboy_static, {:dir, 'priv', [{:mimetypes, :cow_mimetypes, :all}]}},
{["ws", :"..."], [], :n2o_cowboy, []}]}]
points: [{:_, [], [
{["app", :"..."], [], :cowboy_static, {:dir, 'priv', [{:mimetypes, :cow_mimetypes, :all}]}},
{["ws", :"..."], [], :n2o_cowboy, []}]}]

config :kvs,
dba: :kvs_mnesia,
Expand Down
Binary file removed priv/favicon.ico
Binary file not shown.

0 comments on commit 2f8e38e

Please sign in to comment.