- Gruppi (3) - lista degli utenti del gruppo

This commit is contained in:
paoloar77
2022-02-09 00:06:33 +01:00
parent 8ed9bd941f
commit d05af4ce58
3 changed files with 26 additions and 23 deletions

View File

@@ -1,23 +0,0 @@
DATABASE=test_FreePlanet
UDB=paofreeplanet
PDB=suerteFreePlanet@1A
SEND_EMAIL=1
PORT=3001
ENABLE_PUSHNOTIFICATION=1
DIRECTORY_SERVER=freeplanet_serverside
SERVERDIR_WEBSITE=test.freeplanet_server
URLBASE_APP1=https://test.freeplanet.app
PORT_APP1="0"
DOMAIN=mongodb://localhost:27018/
SIGNCODE=abc123
DEBUG=0
LOCALE=0
DELAY_SENDEMAIL=1000
PATH_CERT_KEY=/etc/letsencrypt/live/freeplanet.app-0002/privkey.pem
PATH_SERVER_CRT=/etc/letsencrypt/live/freeplanet.app-0002/fullchain.pem
PUBLIC_VAPI_KEY="BNM-cEpTbPVc_ujXf3QOC8ggf7b-X44P44esfJUWqNOFq1XhWCoZJpOi71_cbXC5SnfO9HassQ6OouAYgtBA9Pw"
PRIVATE_VAPI_KEY="DtG3R-jzQiOSV8BJe6zSPUIIXoe5xcJ69U9o0wGLZxs"
GCM_API_KEY="AIzaSyD7w1jztfVV05mX1iyxoI-r1pZWxuxdUK8"
PROD=0
PROJECT_DESCR_MAIN='__PROJECTS'
SECRK=iUUb38v23jjDFaosWj92axkBOXCQ

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@ deploynodejs_on_production.sh
deploynodejs_on_test.sh deploynodejs_on_test.sh
mongodb_delete_pc_locale_paolo.sh mongodb_delete_pc_locale_paolo.sh
/src/server/router/upload/ /src/server/router/upload/
!/.env.prod.bak
!/_BAK/

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# Freeplanet_serverside
A Node JS
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
node src/server/server.js
```
### Build the test ambient
```bash
./deploynodejs_on_test.js
```
### Build the production
```bash
./deploynodejs_on_production.js
```