diff options
| author | Eric Maziade <eric.maziade@novisoft.com> | 2015-06-05 11:50:37 -0400 |
|---|---|---|
| committer | Eric Maziade <eric.maziade@novisoft.com> | 2015-06-05 11:50:37 -0400 |
| commit | 84a414fe534ebb60c8e7396c245486be521e2a11 (patch) | |
| tree | 35880b0bf1bdd1ba5818bbea464e86c7391f2407 /spec/models | |
| parent | 971e57cffa6a89ebcd4da83efc4967f834f8f58b (diff) | |
| download | gitlab-ce-84a414fe534ebb60c8e7396c245486be521e2a11.tar.gz | |
Add session expiration delay configuration through UI application
settings
Diffstat (limited to 'spec/models')
| -rw-r--r-- | spec/models/application_setting_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/models/application_setting_spec.rb b/spec/models/application_setting_spec.rb index 116c318121d..f4e1c65b633 100644 --- a/spec/models/application_setting_spec.rb +++ b/spec/models/application_setting_spec.rb @@ -15,6 +15,7 @@ # twitter_sharing_enabled :boolean default(TRUE) # restricted_visibility_levels :text # max_attachment_size :integer default(10), not null +# session_expire_seconds :integer default(604800), not null # default_project_visibility :integer # default_snippet_visibility :integer # restricted_signup_domains :text |
