mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
.. but enable it by default for `docker-compose.override.yml`. If the developer uses `docker-compose` we can safely assume that a local smtp server for development is running.
17 lines
436 B
Plaintext
17 lines
436 B
Plaintext
NEO4J_URI=bolt://localhost:7687
|
|
NEO4J_USER=neo4j
|
|
NEO4J_PASSWORD=letmein
|
|
GRAPHQL_PORT=4000
|
|
GRAPHQL_URI=http://localhost:4000
|
|
CLIENT_URI=http://localhost:3000
|
|
MOCKS=false
|
|
SMTP_HOST=localhost
|
|
SMTP_PORT=1025
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
|
|
JWT_SECRET="b/&&7b78BF&fv/Vd"
|
|
MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.KZ8KK9l70omjXbEkkbHGsQ"
|
|
|
|
PRIVATE_KEY_PASSPHRASE="a7dsf78sadg87ad87sfagsadg78"
|