diff --git a/data/settings.yaml.template b/data/settings.yaml.template index 4311b2f..b330b4e 100644 --- a/data/settings.yaml.template +++ b/data/settings.yaml.template @@ -1,11 +1,11 @@ -# NeuroStock Configuration Version +# StockMAPI Configuration Version version: "1.0" # Database Information database: address: "db:3306" # If hosting in Docker, keep it this way. - name: "neurostock" # Database Name - user: "neurostock" # MYSQL Username + name: "stockmapi" # Database Name + user: "stockmapi" # MYSQL Username pass: "changeme" # MYSQL Password # Stock updater information @@ -21,7 +21,7 @@ api: port: 3080 endpoint: "v1" -# General NeuroStock Information +# General StockMAPI Information general: api: "alphavantage" # API Used in Production method: "eod" # API Entrypoint Method