Files
17th-Battalion-Tracker/.env.example
IndigoFox 9f2473801c Initial commit
TODO: change api.conf URL references to use environment variables and add these variables to the docker-compose configuration for host domain
2023-03-28 00:08:50 -07:00

12 lines
274 B
Plaintext

# 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