Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
config: Change the config to multiple lines
Browse files Browse the repository at this point in the history
Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury committed Dec 5, 2017
1 parent 71cd44d commit 0b826f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fedimg-conf.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ volume_size = 7
access_id = "secretaccessID"
secret_key = "supersecretsecretkey"
base_region = 'us-east-1'
regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2', 'us-gov-west-1', 'us-west-1', 'eu-central-1', 'ap-northeast-1']
regions = ['ap-northeast-2', 'us-east-2', 'ap-southeast-1', 'ap-southeast-2',
'ap-south-1', 'eu-west-1', 'sa-east-1', 'us-east-1', 'us-west-2',
'us-gov-west-1', 'us-west-1', 'eu-central-1', 'ap-northeast-1']

[rackspace]
username = "someuser"
Expand Down

0 comments on commit 0b826f4

Please sign in to comment.