mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
use url based parser
This commit is contained in:
parent
4730654269
commit
3d124bee4b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ services:
|
|||
- DB_DATABASE=postgres
|
||||
- DB_USERNAME=postgres
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
- PARSER_URL=http://parser/parse
|
||||
- PARSER_URL=${PARSER_BASE_URL}/url
|
||||
- APP_ROOT=https://api.$HOST
|
||||
- EDIT_SECRET=${EDIT_SECRET}
|
||||
- UPLOAD_KEY=${UPLOAD_KEY}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue