You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/falcon/configuration.rb
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,7 @@
9
9
moduleFalcon
10
10
# Manages environments which describes how to host a specific application.
11
11
#
12
-
# Environments are key-value maps with lazy value resolution. An environment can inherit from a parent environment, which can provide defaults
13
-
#
14
-
# A typical configuration file might look something like:
15
-
#
16
-
# ~~~ ruby
17
-
# #!/usr/bin/env falcon-host
18
-
# # frozen_string_literal: true
19
-
#
20
-
# load :rack, :self_signed_tls, :supervisor
21
-
#
22
-
# supervisor
23
-
#
24
-
# rack 'hello.localhost', :self_signed_tls do
25
-
# end
26
-
# ~~~
12
+
# Environments are key-value maps with lazy value resolution. An environment can inherit from a parent environment, which can provide defaults or shared configuration.
0 commit comments