mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-12 15:25:51 +00:00
refactor(backend): silence neo4j-graphql-js (#8751)
Except if you enable it with: ``` DEBUG=neo4j-graphql-js ``` .. in your `backend/.env`
This commit is contained in:
parent
e0719c405e
commit
432ae4a906
@ -1,4 +1,4 @@
|
||||
DEBUG=true
|
||||
DEBUG=neo4j-graphql-js
|
||||
|
||||
NEO4J_URI=bolt://localhost:7687
|
||||
NEO4J_USERNAME=neo4j
|
||||
|
||||
@ -32,7 +32,6 @@ services:
|
||||
target: development
|
||||
environment:
|
||||
- NODE_ENV="development"
|
||||
- DEBUG=true
|
||||
- SMTP_PORT=1025
|
||||
- SMTP_HOST=mailserver
|
||||
- AWS_ACCESS_KEY_ID=minio
|
||||
@ -41,7 +40,6 @@ services:
|
||||
- AWS_REGION=local
|
||||
- AWS_BUCKET=ocelot
|
||||
- S3_PUBLIC_GATEWAY=http:/localhost:9000
|
||||
- DEBUG=neo4j-graphql-js
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
|
||||
@ -59,7 +59,6 @@ services:
|
||||
# - PORT="4000"
|
||||
- NODE_ENV="production"
|
||||
# Application only envs
|
||||
- DEBUG=false
|
||||
- NEO4J_URI=bolt://neo4j:7687
|
||||
- GRAPHQL_URI=http://backend:4000
|
||||
- CLIENT_URI=http://webapp:3000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user