Initial web
This commit is contained in:
4
node/.env.example
Normal file
4
node/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
# Webhook configuration for the Factorio signal watcher
|
||||
|
||||
INGEST_BASE_URL=http://localhost:3000
|
||||
API_TOKEN=password
|
||||
4
node/.env.local
Normal file
4
node/.env.local
Normal file
@@ -0,0 +1,4 @@
|
||||
# Webhook configuration for the Factorio signal watcher
|
||||
|
||||
INGEST_BASE_URL=http://localhost:3000
|
||||
API_TOKEN=change-me
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"adm-zip": "^0.5.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user