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"
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue