From cfb6f9d614149de1729b069cc69f3728425aa482 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 15 Jan 2017 12:17:46 +0100 Subject: [PATCH] Sort settings --- config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.yml b/config.yml index 119fdf0..65489e3 100644 --- a/config.yml +++ b/config.yml @@ -10,19 +10,19 @@ acl: public-read # interface base_url: https://s3-eu-west-1.amazonaws.com/past3/ +# Theme name (lowercase) of Bootswatch.com theme (Optional, when not +# specified the original bootstrap theme is used) +bootswatch_theme: cosmo + # Name of the Bucket used to store the files in. The bucket needs to be # whitelisted for Cognito authenticated users bucket: past3 +# Client ID of the oAuth2 application created in the Google Cloud console +google_client_id: 693734536874-s0quna7oa2msnt1up4vubi4sh3uaucud.apps.googleusercontent.com + # Id of the Cognito federated identity pool to be used to store users in identity_pool_id: 'eu-west-1:8605f42e-f1e2-4c71-a796-a96ed9e79930' # AWS region of the bucket region: eu-west-1 - -# Client ID of the oAuth2 application created in the Google Cloud console -google_client_id: 693734536874-s0quna7oa2msnt1up4vubi4sh3uaucud.apps.googleusercontent.com - -# Theme name (lowercase) of Bootswatch.com theme (Optional, when not -# specified the original bootstrap theme is used) -bootswatch_theme: cosmo