Skip to content

Commit 469801b

Browse files
committed
Update the README.md
1 parent f433cbe commit 469801b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ class Application
8080
Grip::Handlers::HTTP.new
8181
] of HTTP::Handler
8282
83-
# By default the environment is set to "development".
83+
# By default the environment is set to "DEVELOPMENT".
8484
property environment : String =
85-
ENV["ENVIRONMENT"]? || "production"
85+
ENV["ENVIRONMENT"]? || "PRODUCTION"
8686
8787
scope "/api" do
8888
scope "/v1" do

0 commit comments

Comments
 (0)