spamnoticer_static/settings.json

11 lines
374 B
JSON
Raw Permalink Normal View History

{
"postgrest_subdomain": "pgrest-spam",
"postgrest_url": "http://10.4.0.96:3000",
2024-12-29 10:44:38 +00:00
"postgrest_url": "http://192.168.4.6:3000",
2023-08-24 22:07:37 +00:00
"jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic3BhbV9ub3RpY2VyIn0.j6-6HSBh-Wf5eQovT9cF1ZCNuxkQOqzBFtE3C8aTG3A",
"website_urls": {
2023-09-06 22:19:06 +00:00
"leftychan.net": "https://leftychan.net",
"leftychan_dev": "http://10.4.0.96:8080"
2023-09-06 22:19:06 +00:00
}
}