diff --git a/README.md b/README.md index fc57d17..4e41c91 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,10 @@ Minimal configuration would look like this: ```toml [server] port = 8080 -data_dir = "/data/podsync/" + +[storage] + [storage.local] + data_dir = "/data/podsync/" [tokens] youtube = "PASTE YOUR API KEY HERE" diff --git a/cloud_formation.yml b/cloud_formation.yml index d9de555..620af73 100644 --- a/cloud_formation.yml +++ b/cloud_formation.yml @@ -169,8 +169,11 @@ Resources: tee /home/ec2-user/podsync/config.toml <