Firefox Sync
CREATE USER "ffsync2"@"localhost" IDENTIFIED BY "ffsync2"; CREATE DATABASE syncstorage_rs; CREATE DATABASE tokenserver_rs; GRANT ALL PRIVILEGES on syncstorage_rs.* to ffsync2@localhost; GRANT ALL PRIVILEGES on tokenserver_rs.* to ffsync2@localhost;
USE tokenserver_rs;
INSERT IGNORE INTO services (id, service, pattern) VALUES ('1', 'sync-1.5', '{node}/1.5/{uid}');
INSERT INTO nodes (id, service, node, available, current_load, capacity, downed, backoff) VALUES ('1', '1', 'http://ffsync2.intern.darkrealm.dyndns.org:5000', '1', '0', '25', '0', '0');
Alte Sync-URL: https://ffsync.darkrealm.dyndns.org/token/1.0/sync/1.5 Neue Sync-URL: http(s)://ffsync2.intern.darkrealm.dyndns.org/1.0/sync/1.5