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:
12
.env.example
Normal file
12
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user