File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,11 @@ human_logs = 1
55
66# Example Syncstorage settings:
77# Example MySQL DSN:
8- # syncstorage.database_url = "mysql://sample_user:sample_password@localhost/syncstorage_rs"
8+ syncstorage.database_url = " mysql://sample_user:sample_password@localhost/syncstorage_rs"
99# Example Spanner DSN:
1010# database_url="spanner://projects/SAMPLE_GCP_PROJECT/instances/SAMPLE_SPANNER_INSTANCE/databases/SAMPLE_SPANNER_DB"
1111# Example SQLite DSN:
1212# database_url="sqlite://PATH_TO_FILE/FILE.sqlite"
13- syncstorage.database_url = " :memory:"
1413
1514# enable quota limits
1615syncstorage.enable_quota = 0
@@ -20,8 +19,7 @@ syncstorage.enabled = true
2019syncstorage.limits.max_total_records = 1666 # See issues #298/#333
2120
2221# Example Tokenserver settings:
23- # tokenserver.database_url = "mysql://sample_user:sample_password@localhost/tokenserver_rs"
24- tokenserver.database_url = " :memory:"
22+ tokenserver.database_url = " mysql://sample_user:sample_password@localhost/tokenserver_rs"
2523tokenserver.enabled = true
2624tokenserver.fxa_email_domain = " api-accounts.stage.mozaws.net"
2725tokenserver.fxa_metrics_hash_secret = " INSERT_SECRET_KEY_HERE"
You can’t perform that action at this time.
0 commit comments