Foxnouns.NET/migration-tools/avatar-proxy/config.example.json

8 lines
268 B
JSON
Raw Normal View History

2025-04-17 16:05:26 +02:00
{
"old_avatar_base": "https://pronounscc-legacy.your-s3-host.com/",
"new_avatar_base": "http://pronounscc.your-s3-host.com/",
"flag_base": "http://pronounscc.your-s3-host.com/",
"port": 6100,
"database": "postgresql://postgres:password@localhost/postgres"
}