Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
2a82b5cd
Commit
2a82b5cd
authored
Nov 18, 2018
by
Cool Fire
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development'
parents
e72e47b4
d93207e4
Pipeline
#1133
passed with stages
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
signup_site.rb
signup_site.rb
+2
-1
No files found.
signup_site.rb
View file @
2a82b5cd
...
...
@@ -7,7 +7,8 @@ require 'yaml'
# Main class for signup site
class
SignupSite
<
Sinatra
::
Base
use
Rack
::
Session
::
Pool
,
expire_after:
60
*
60
*
4
set
:sessions
,
:expire_after
=>
60
*
60
*
4
set
:session_store
,
Rack
::
Session
::
Pool
set
:title
,
'Shell signup - Insomnia 24/7'
set
:gitid
,
IO
.
read
(
'.current'
)
set
:config
,
YAML
.
load_file
(
'config.yaml'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment