8 changed files with 34 additions and 12 deletions
@ -1,4 +1,5 @@ |
|||||
.env |
.env |
||||
|
|
||||
|
data/minio |
||||
node_modules |
node_modules |
||||
dist |
dist |
||||
|
@ -0,0 +1,21 @@ |
|||||
|
{ |
||||
|
// Use IntelliSense to learn about possible attributes. |
||||
|
// Hover to view descriptions of existing attributes. |
||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 |
||||
|
"version": "0.2.0", |
||||
|
"configurations": [ |
||||
|
{ |
||||
|
"type": "pwa-node", |
||||
|
"request": "launch", |
||||
|
"name": "web:libertylinks", |
||||
|
"skipFiles": [ |
||||
|
"<node_internals>/**" |
||||
|
], |
||||
|
"program": "${workspaceFolder:dtp-libertylinks}/dtp-libertylinks.js", |
||||
|
"console": "integratedTerminal", |
||||
|
"env": { |
||||
|
"HTTP_BIND_PORT": "3333" |
||||
|
} |
||||
|
} |
||||
|
] |
||||
|
} |
@ -1,7 +1,7 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
MINIO_ROOT_USER="sites" |
MINIO_ROOT_USER="libertylinks" |
||||
MINIO_ROOT_PASSWORD="1f1c7c9b-b833-4462-ae41-d56f52faa49c" |
MINIO_ROOT_PASSWORD="7db281be-0cd2-497e-b759-c74c3d35e274" |
||||
export MINIO_ROOT_USER MINIO_ROOT_PASSWORD |
export MINIO_ROOT_USER MINIO_ROOT_PASSWORD |
||||
|
|
||||
forever start app/workers/host-services.js |
forever start app/workers/host-services.js |
Loading…
Reference in new issue