also set devprod
This commit is contained in:
parent
4042cc6153
commit
0632ee97dc
2 changed files with 9 additions and 1 deletions
|
|
@ -50,7 +50,11 @@ config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
|||
#
|
||||
# If desired, both `http:` and `https:` keys can be
|
||||
# configured to run both http and https servers on
|
||||
# different ports.
|
||||
# different ports
|
||||
|
||||
config :nanoid,
|
||||
size: 7,
|
||||
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
|
||||
# Watch static and templates for browser reloading.
|
||||
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue