TODO: change api.conf URL references to use environment variables and add these variables to the docker-compose configuration for host domain
12 lines
274 B
Plaintext
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 |