Skip to content

Commit e680773

Browse files
authored
Add missing level in default settings file
1 parent 048c865 commit e680773

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Configuration/Settings.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ Flownative:
44
profiles:
55
# Default credentials and client options - override these in your settings with real values
66
default:
7-
# The account name to use with the default connectionstring
8-
accountName: ~
9-
# The account key to use with the default connectionstring
10-
accountKey: ~
7+
credentials:
8+
# The account name to use with the default connectionstring
9+
accountName: ~
10+
# The account key to use with the default connectionstring
11+
accountKey: ~
1112

12-
# Custom connection string to use, see documentation at
13-
# https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string
14-
# If null, the CONNECTIONSTRING_TEMPLATE is used together with accountName and accountKey
15-
connectionString: ~
13+
# Custom connection string to use, see documentation at
14+
# https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string
15+
# If null, the CONNECTIONSTRING_TEMPLATE is used together with accountName and accountKey
16+
connectionString: ~

0 commit comments

Comments
 (0)