# JWT_SECRET=thisisastring # use if you change from simple bearer to JWT token auth BEARER_TOKEN=thisisastring API_PORT=9230 DB_HOST=db DB_PORT=3306 # DB_PORT=3306 DB_ROOT_PASSWORD=thisisanotherstring DB_DATABASE=17thCoreData DB_USER=apiuser DB_PASSWORD=thisisathirdstring