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
|
# If desired, both `http:` and `https:` keys can be
|
||||||
# configured to run both http and https servers on
|
# 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.
|
# Watch static and templates for browser reloading.
|
||||||
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
config :zoeyscomputer, ZoeyscomputerWeb.Endpoint,
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,9 @@ config :swoosh, local: false
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
config :logger, level: :info
|
config :logger, level: :info
|
||||||
|
|
||||||
|
config :nanoid,
|
||||||
|
size: 7,
|
||||||
|
alphabet: "_-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
|
|
||||||
# Runtime production configuration, including reading
|
# Runtime production configuration, including reading
|
||||||
# of environment variables, is done on config/runtime.exs.
|
# of environment variables, is done on config/runtime.exs.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue