Skip to content

Commit c67def0

Browse files
committed
add a bit in config file to help getting the right path.
1 parent a521519 commit c67def0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/your_config_file.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"auth_domain": "your_firebase_auth_domain",
1111
"database_url": "your_firebase_database_url",
1212
"storage_bucket": "your_firebase_storage_bucket",
13-
"service_account": "your_firebase_service_account_file"
13+
"service_account": "./cfg/your_firebase_service_account_file"
1414
},
1515
"imagery":{
1616
"bing": "your_bing_api_key",

0 commit comments

Comments
 (0)