Compare commits
No commits in common. "3a8dd84aece67d153fb3f2f17aa1cd26d61e3e92" and "6e21464e659f5bc992f7afb8670d620bc55893c4" have entirely different histories.
3a8dd84aec
...
6e21464e65
@ -1,8 +0,0 @@
|
|||||||
user=api
|
|
||||||
password=pw
|
|
||||||
host=usmidlnx01
|
|
||||||
port=5030
|
|
||||||
database=ubm
|
|
||||||
ssl=enable
|
|
||||||
wd=/mnt/c/Users/PTrowbridge/forecast_api/
|
|
||||||
nodeport=8080
|
|
14
README.md
14
README.md
@ -1,10 +1,4 @@
|
|||||||
Special concepts
|
Special concepts
|
||||||
* relationships betwen dates (order, request, ship) and apply that mix to a new month
|
* relationships betwen dates (order, request, ship) and apply that mix to a new month
|
||||||
* apply a base mix of promo codes and terms codes to a new month of forecast where there is no existing baseline to pull from
|
* apply a base mix of promo codes and terms codes to a new month of forecast where there is no existing baseline to pull from
|
||||||
* effects of building baselines off of original, or all changes so far
|
* effects of building baselines off of original, or all changes so far
|
||||||
* pricing and units
|
|
||||||
|
|
||||||
Slowness Options
|
|
||||||
* move json to a separate table and the change can be marked with a sequence
|
|
||||||
* have the data actually be a query from the database
|
|
||||||
* reduce number of columns in fc_pool
|
|
@ -1,13 +1,13 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=forecast_api
|
Description=forecast_api
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/node //opt/forecast_api/index.js
|
ExecStart=/usr/bin/node //opt/forecast_api/index.js
|
||||||
Restart=always
|
Restart=always
|
||||||
User=fc_api
|
User=fc_api
|
||||||
Environemnt=NODE_ENV=production
|
Environemnt=NODE_ENV=production
|
||||||
WorkingDirectory=//opt/forecast_api
|
WorkingDirectory=//opt/forecast_api
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user