generated from OBJNULL/Dockerized-Rust
Updated template to match
This commit is contained in:
parent
e29a27b12c
commit
050738cbfe
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue