bootstrap rust services, auth, and compose stack
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
API_LISTEN_ADDR=0.0.0.0:8080
|
||||
ADMIN_UI_LISTEN_ADDR=0.0.0.0:8082
|
||||
INDEXER_LISTEN_ADDR=0.0.0.0:8081
|
||||
DATABASE_URL=postgres://stripstream:stripstream@postgres:5432/stripstream
|
||||
MEILI_URL=http://meilisearch:7700
|
||||
MEILI_MASTER_KEY=change-me
|
||||
API_BOOTSTRAP_TOKEN=change-me-bootstrap-token
|
||||
Reference in New Issue
Block a user