Initial commit

TODO: change api.conf URL references to use environment variables and add these variables to the docker-compose configuration for host domain
This commit is contained in:
2023-03-28 00:08:50 -07:00
parent 2d6d44b89f
commit 9f2473801c
82 changed files with 13974 additions and 1 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# 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