Skip to content

Commit

Permalink
Merge pull request #21 from a-company-jp/fix-firebase-db-config-yaml
Browse files Browse the repository at this point in the history
🐛 fix database config template
  • Loading branch information
Shion1305 authored Apr 13, 2024
2 parents 56aa62c + a253f4c commit 6e0198a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkg/config/setting.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ infrastructure:
project_id: some-project-id
use_credentials_file: true
credentials_file_path: /dev/null
firebase:
database_url: "http://localhost:9000"
third_party:
service:
authentication:
Expand Down
2 changes: 2 additions & 0 deletions pkg/config/setting.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ infrastructure:
project_id:
use_credentials_file:
credentials_file_path:
firebase:
database_url:
third_party:
service:
authentication:
Expand Down
4 changes: 2 additions & 2 deletions pkg/config/setting.testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ infrastructure:
project_id: some-project-id
use_credentials_file: false
credentials_file_path: /dev/null
firebase:
database_url: "http://localhost:9000"
firebase:
database_url: "http://localhost:9000"
third_party:
service:
authentication:
Expand Down

0 comments on commit 6e0198a

Please sign in to comment.