We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f433cbe commit 469801bCopy full SHA for 469801b
README.md
@@ -80,9 +80,9 @@ class Application
80
Grip::Handlers::HTTP.new
81
] of HTTP::Handler
82
83
- # By default the environment is set to "development".
+ # By default the environment is set to "DEVELOPMENT".
84
property environment : String =
85
- ENV["ENVIRONMENT"]? || "production"
+ ENV["ENVIRONMENT"]? || "PRODUCTION"
86
87
scope "/api" do
88
scope "/v1" do
0 commit comments