-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
22 lines (13 loc) · 696 Bytes
/
config.php
File metadata and controls
22 lines (13 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
// definitely update
$client_id = '081baf56-34b0-43f0-bf99-8095729b96ae';
// $client_id = '93ea4289-a119-4ee2-9578-b37d530a8f49';
$client_secret = '84GvZJaUk7jZL0_Ulkq2uNucpWrqCIrC-2JmO4E3mkU';
// $client_secret = '_zor0vr6fqyMH1uln3b36qr1shW9Vw55YQpCXTQuSR4';
$tenant_id = 'd7d09513-a3f5-401c-9685-34ab6c552453';
// $tenant_id = '02d52243-d1a9-bf37-c2d9-d919caef2d0b ';
$authorization_header_value = 'supersecretauthheader';
// update if you aren't running the app or FusionAuth in the default location
$redirect_uri = 'https://6489-114-124-247-14.ngrok-free.app/oauth-callback.php';
// $fa_url = 'https://5187-118-97-214-18.ngrok-free.app/';
$fa_url = 'http://localhost:9011/';