mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 08:23:18 -03:00
update envs
This commit is contained in:
2
.env
2
.env
@@ -25,6 +25,6 @@ POSTGRES_PASSWORD=development
|
||||
# Elasticsearch Configuration
|
||||
ELASTICSEARCH_URL=http://localhost:9200
|
||||
|
||||
#IGDB Connection Configuration
|
||||
#IGDB Connection Configuration - Not setting this will disable the new search page and metadata pull
|
||||
TWITCH_CLIENT_ID=
|
||||
TWITCH_CLIENT_SECRET=
|
||||
@@ -19,6 +19,8 @@ services:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=this-is-a-secure-db-password
|
||||
- ELASTICSEARCH_URL=http://elasticsearch:9200
|
||||
- TWITCH_CLIENT_ID=
|
||||
- TWITCH_CLIENT_SECRET=
|
||||
volumes:
|
||||
- ./data:/usr/src/app/data
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user