Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ DB_PASSWORD=secret
# When set to 0 projects are not limited by number of builds.
#BUILDS_PER_PROJECT=0

# Whether or not CDash submissions should trigger daily updates.
# Disable this if you want more fine grained control over when/how
# daily updates are triggered (e.g. cron).
#DAILY_UPDATES=true

# Should users be taken directly to a certain project when they arrive
# via index.php?
#DEFAULT_PROJECT=
Expand All @@ -43,9 +38,6 @@ DB_PASSWORD=secret
# mentioned by a newly uploaded Project.xml
#DELETE_OLD_SUBPROJECTS=true

# Use hostip.info to geolocate IP addresses
#GEOLOCATE_IP_ADDRESSES=true

# The GitHub App ID for this CDash installation.
# If this is set, CDash will posts commits checks for any GitHub repository
# that has this app installed.
Expand Down
2 changes: 0 additions & 2 deletions config/cdash.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@
'backup_timeframe' => env('BACKUP_TIMEFRAME', 48),
'builds_per_project' => env('BUILDS_PER_PROJECT', 0),
'coverage_dir' => env('CDASH_COVERAGE_DIR', '/cdash/_build/xdebugCoverage'),
'daily_updates' => env('DAILY_UPDATES', true),
'default_project' => env('DEFAULT_PROJECT', null),
'delete_old_subprojects' => env('DELETE_OLD_SUBPROJECTS', true),
'github_always_pass' => env('GITHUB_ALWAYS_PASS', false),
'github_app_id' => env('GITHUB_APP_ID', null),
'github_private_key' => env('GITHUB_PRIVATE_KEY', null),
'github_webhook_secret' => env('GITHUB_WEBHOOK_SECRET', null),
'geolocate_ip_addresses' => env('GEOLOCATE_IP_ADDRESSES', true),
'large_text_limit' => env('LARGE_TEXT_LIMIT', 0),
'login_field' => env('LOGIN_FIELD', 'Email'),
'max_upload_quota' => env('MAX_UPLOAD_QUOTA', 10),
Expand Down