-
-
Notifications
You must be signed in to change notification settings - Fork 719
Expand file tree
/
Copy pathconfig.example.php
More file actions
37 lines (27 loc) · 1.42 KB
/
config.example.php
File metadata and controls
37 lines (27 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
// Example of config file, add your own values.
// Config will fall back to what is present here.
return array(
'release_title' => 'Circe',
'release_version' => '8.1',
'release_size' => '3.3 GB',
'release_faq' => 'https://github.com/elementary/os/wiki/OS-8-FAQ',
'release_filename' => 'elementaryos-8.1-stable-amd64.20251211.iso',
'release_magnet' => 'addc43b83201d733d7558e431b692c10e2f53f84',
'release_sha256' => 'eee6cad081664717681bec767fbfe1aa1fd920938fedad6c83b41fd341e8f306',
'release_arm_filename' => 'elementaryos-8.1-stable-arm64.20251211.iso',
'release_arm_magnet' => '2be4ebcb8a5c60b230f0e9eab9fdaf80694a2395dc2a7b128321f8354253046a',
'release_arm_sha256' => 'b52b2a0195015e351db1ac1183f5d9263db9a254',
'previous_title' => 'Circe',
'previous_version' => '8.0.2',
'previous_filename' => 'elementaryos-8.0-stable-amd64.20250902rc.iso',
'previous_size' => '3.3 GB',
'previous_magnet' => '36d2dec9234ae7196062b60eca32b08f01c77143',
'stripe_sk' => 'sk_test_hoigesrjgoisrhgilgjrsfjs',
'stripe_pk' => 'pk_test_hoigesrjgoisrhgilgjrsfjs',
// Classic token that requires 'read:org', 'read:user', 'public_repo' scopes for `/api/sponsors_goals` endpoint
'gh_sponsors_token' => 'ghp_1234567890abcdefghij',
'previous_stripe_sk' => 'sk_test_hoigesrjgoisrhgilgjrsfjs',
'slack_token' => 'asdf-1234567890-7418529630-a7854123692-8412487519',
'sentry_dsn' => false,
);