Skip to content

Commit

Permalink
Update some of config
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 20, 2024
1 parent 92c3d87 commit 0a16cf3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _backend/config.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
// Config will fall back to what is present here.

return array(
'release_title' => 'Horus',
'release_version' => '7.1',
'release_filename' => 'elementaryos-7.1-stable.20230926rc.iso',
'release_title' => 'Circe',
'release_version' => '8',
'release_filename' => '',
'release_size' => '3.0 GB',
'release_magnet' => '80c702510aa2e68640389be9414df9e8f2cef618',
'release_sha256' => '5c7f6b388e5787c366587985301ea05ab16e4cc0de3be2b3d6a559ce81a2f102',
'release_faq' => 'https://github.com/elementary/os/wiki/OS-7.1-FAQ',
'release_magnet' => '',
'release_sha256' => '',
'release_faq' => 'https://github.com/elementary/os/wiki/OS-8-FAQ',

'previous_title' => 'Horus',
'previous_version' => '7',
'previous_filename' => 'elementaryos-7.0-stable.20230129rc.iso',
'previous_size' => '2.8 GB',
'previous_magnet' => '42b3c0e68ddf3e4be4b9cac2044c3ef472a32f92',
'previous_version' => '7.1',
'previous_filename' => 'elementaryos-7.1-stable.20230926rc.iso',
'previous_size' => '3.0 GB',
'previous_magnet' => '80c702510aa2e68640389be9414df9e8f2cef618',

'stripe_sk' => 'sk_test_hoigesrjgoisrhgilgjrsfjs',
'stripe_pk' => 'pk_test_hoigesrjgoisrhgilgjrsfjs',
Expand Down

0 comments on commit 0a16cf3

Please sign in to comment.