Updated template to match

This commit is contained in:
Maddox Werts 2025-02-11 12:18:34 -05:00
parent e29a27b12c
commit 050738cbfe

View file

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