From 7c95893ff1d4b35ee1de57b0bb2c3cc42bbe5557 Mon Sep 17 00:00:00 2001 From: Eiji Onchi Date: Mon, 29 Oct 2018 22:20:05 +0900 Subject: [PATCH] Moved configuration files to app --- app/config.yaml | 11 +++++++++++ types.yaml => app/types.yaml | 0 2 files changed, 11 insertions(+) create mode 100644 app/config.yaml rename types.yaml => app/types.yaml (100%) diff --git a/app/config.yaml b/app/config.yaml new file mode 100644 index 0000000..87ad071 --- /dev/null +++ b/app/config.yaml @@ -0,0 +1,11 @@ +# General Settings +GENERAL: +# Set the default library. +# Scholar will retrieve and save entries from this library. + default: scholar + +# Path locations for the libraries. +# You can add as many libraries as you want. +# You can name the library however you want. +LIBRARIES: + scholar: ~/ScholarLibrary diff --git a/types.yaml b/app/types.yaml similarity index 100% rename from types.yaml rename to app/types.yaml