feat(backend): avatar migration stuff
This commit is contained in:
parent
bcdb2f9540
commit
77e74dd331
15 changed files with 2094 additions and 0 deletions
7
migration-tools/avatar-proxy/config.example.json
Normal file
7
migration-tools/avatar-proxy/config.example.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue