mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Use prod account API endpoints.
This commit is contained in:
parent
0bc0f02a70
commit
5d271cd419
6 changed files with 7 additions and 10 deletions
|
@ -21,9 +21,10 @@ syncstorage.limits.max_total_records = 1666 # See issues #298/#333
|
|||
tokenserver.database_url = "mysql://__DB_USER__:__DB_PWD__@localhost/__DB_NAME_TOKENSERVER__"
|
||||
tokenserver.enabled = true
|
||||
tokenserver.node_type = "mysql"
|
||||
tokenserver.fxa_email_domain = "api-accounts.stage.mozaws.net"
|
||||
|
||||
tokenserver.fxa_metrics_hash_secret = "__SECRET__"
|
||||
tokenserver.fxa_oauth_server_url = "https://oauth.stage.mozaws.net"
|
||||
tokenserver.fxa_browserid_audience = "https://token.stage.mozaws.net"
|
||||
tokenserver.fxa_browserid_issuer = "https://api-accounts.stage.mozaws.net"
|
||||
tokenserver.fxa_browserid_server_url = "https://verifier.stage.mozaws.net/v2"
|
||||
tokenserver.fxa_email_domain = "api.accounts.firefox.com"
|
||||
tokenserver.fxa_oauth_server_url = "https://oauth.accounts.firefox.com"
|
||||
tokenserver.fxa_browserid_audience = "https://token.services.mozilla.com"
|
||||
tokenserver.fxa_browserid_issuer = "https://api.accounts.firefox.com"
|
||||
tokenserver.fxa_browserid_server_url = "https://verifier.accounts.firefox.com/v2"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
This is a dummy disclaimer to display after upgrades
|
|
@ -1 +0,0 @@
|
|||
This is a dummy disclaimer to display prior to the install
|
|
@ -1 +0,0 @@
|
|||
Ceci est un faux disclaimer à présenter avant l'installation
|
|
@ -1 +0,0 @@
|
|||
This is a dummy disclaimer to display prior to any upgrade
|
|
@ -1,7 +1,7 @@
|
|||
packaging_format = 2
|
||||
|
||||
id = "syncstorage-rs"
|
||||
name = "Firefox Sync Storage-rs"
|
||||
name = "Firefox Sync Storage (new)"
|
||||
|
||||
[description]
|
||||
en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances."
|
||||
|
|
Loading…
Add table
Reference in a new issue