We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01421b3 + 4be33f7 commit 1cc3463Copy full SHA for 1cc3463
app.rb
@@ -5,6 +5,8 @@
5
set :bind, '0.0.0.0'
6
set :port, 8080
7
8
+set :app_file, __FILE__
9
+
10
def configure_database
11
if ENV['RACK_ENV']=="production"
12
while !self.connect_to_database_prod
0 commit comments