mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Remove obsolete env var
This commit is contained in:
parent
68c5f0dd85
commit
a20aebc027
@ -1,4 +1,3 @@
|
||||
APPLICATION_NAME="Human Connection"
|
||||
NEO4J_URI=bolt://localhost:7687
|
||||
NEO4J_USERNAME=neo4j
|
||||
NEO4J_PASSWORD=letmein
|
||||
|
||||
@ -15,7 +15,6 @@ services:
|
||||
volumes:
|
||||
- ./webapp:/webapp
|
||||
environment:
|
||||
- "APPLICATION_NAME={$APPLICATION_NAME:-'Human Connection'}"
|
||||
- NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
|
||||
- PUBLIC_REGISTRATION=true
|
||||
command: yarn run dev
|
||||
@ -28,7 +27,6 @@ services:
|
||||
- ./backend:/backend
|
||||
command: yarn run dev
|
||||
environment:
|
||||
- "APPLICATION_NAME={$APPLICATION_NAME:-'Human Connection'}"
|
||||
- SMTP_HOST=mailserver
|
||||
- SMTP_PORT=25
|
||||
- SMTP_IGNORE_TLS=true
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
APPLICATION_NAME="Human Connection"
|
||||
MAPBOX_TOKEN="pk.eyJ1IjoiaHVtYW4tY29ubmVjdGlvbiIsImEiOiJjajl0cnBubGoweTVlM3VwZ2lzNTNud3ZtIn0.KZ8KK9l70omjXbEkkbHGsQ"
|
||||
SENTRY_DSN_WEBAPP=
|
||||
COMMIT=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user