11 lines
391 B
PHP
11 lines
391 B
PHP
<?php
|
|
|
|
$conf=[
|
|
"db" => "pgsql:host=localhost;port=5432;dbname=mastodon_production;user=mastodon;password=ifneeded",
|
|
"instance" => "mastodon.social",
|
|
"app" => "AdminTools",
|
|
"client_id" => "use oAuth to get an app & secret / bearer as ADMIN!",
|
|
"client_secret" => "same",
|
|
"bearer" => "same",
|
|
"exclude"=> [1], /* accounts-id to exclude from the SELECT in pgsql */
|
|
];
|