Go to file
2023-09-09 18:24:57 +02:00
app latest changes and fixes 2023-09-09 18:24:57 +02:00
.dockerignore first commit 2023-01-06 00:58:55 +01:00
.eslintrc.json first commit 2023-01-06 00:58:55 +01:00
.gitignore latest changes and fixes 2023-09-09 18:24:57 +02:00
Dockerfile first commit 2023-01-06 00:58:55 +01:00
index.js latest changes and fixes 2023-09-09 18:24:57 +02:00
package-lock.json feature: authentuication 2023-01-22 00:02:30 +01:00
package.json feature: authentuication 2023-01-22 00:02:30 +01:00
README.md latest changes and fixes 2023-09-09 18:24:57 +02:00
test.js latest changes and fixes 2023-09-09 18:24:57 +02:00

README

Env properties

  • PORT: 3000
  • IVAO_APIKEY: Airline's IVAO API Key
  • TOKEN_AIRPORTDB: AirportDB API Key
  • MONGO_HOST: MongoDB host IP or domain name
  • MONGO_PORT: MongoDB port
  • MONGO_USER: MongoDB user
  • MONGO_PASS: MongoDB password
  • MONGO_DB: MongoDB database name
  • LSA_MYSQL_HOST: 167.114.57.177
  • LSA_MYSQL_PORT: 3306
  • LSA_MYSQL_USER: latinstr_arhuako
  • LSA_MYSQL_PASS: 7iNuE[Fbwopi
  • LSA_MYSQL_DB: latinstr_crew
  • LSA_MYSQL_CONN_LIMIT: 20
  • HOSTS_WHITELIST: Hosts CORS whitelist
  • REDIS_HOST: Redis IP or domain name
  • EXECUTE_TASKS_ON_START: false
  • SYNC_TASK_SCHEDULE: '10 3 * * *'
  • USERS_TASK_SCHEDULE: '* * */1 * *'