Skip to content

Commit

Permalink
remove [fcm] section
Browse files Browse the repository at this point in the history
this is for legacy FCM.
  • Loading branch information
fujiwara committed Apr 5, 2024
1 parent c1f4195 commit 0a52d8d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions test/gunfish_test.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[provider]
error_hook = "{{ env `TEST_GUNFISH_HOOK_CMD` `cat ` }}"
max_connections = 2000
max_request_size = 1000
port = 38103
worker_num = 8
queue_size = 200
max_request_size = 1000
max_connections = 2000
error_hook = "{{ env `TEST_GUNFISH_HOOK_CMD` `cat ` }}"
worker_num = 8

[apns]
key_file = "{{ env `PROJECT_ROOT` `.` }}/test/server.key"
cert_file = "{{ env `PROJECT_ROOT` `.` }}/test/server.crt"
sender_num = 50
key_file = "{{ env `PROJECT_ROOT` `.` }}/test/server.key"
request_per_sec = 2000

[fcm]
api_key = 'fcm_test_api_key'
sender_num = 50

0 comments on commit 0a52d8d

Please sign in to comment.