Skip to content

Commit

Permalink
chore(docker: common): add VIEW_{DATE,TIME}_FORMAT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Apr 1, 2016
1 parent e91ef3f commit 4460d13
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docker/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ postfix:
superdesk:
build: ../
environment:
- SUPERDESK_URL=http://127.0.0.1/api
- SUPERDESK_WS_URL=ws://127.0.0.1/ws
- PUBLICAPI_URL=http://127.0.0.1/pubapi
- SUPERDESK_CLIENT_URL=http://127.0.0.1
- SUPERDESK_TESTING=True
- MONGO_URI=mongodb://mongodb/test
- PUBLICAPI_MONGO_URI=mongodb://mongodb/test_pa
- LEGAL_ARCHIVE_URI=mongodb://mongodb/test_la
Expand All @@ -55,11 +60,8 @@ superdesk:
- MAIL_USERNAME=user
- MAIL_PASSWORD=pwd
- SENTRY_DSN
- SUPERDESK_URL=http://127.0.0.1/api
- SUPERDESK_WS_URL=ws://127.0.0.1/ws
- PUBLICAPI_URL=http://127.0.0.1/pubapi
- SUPERDESK_CLIENT_URL=http://127.0.0.1
- SUPERDESK_TESTING=True
- VIEW_DATE_FORMAT
- VIEW_TIME_FORMAT
volumes:
- ../results/server/unit:/opt/superdesk/results-unit/
- ../results/server/behave:/opt/superdesk/results-behave/
Expand Down

0 comments on commit 4460d13

Please sign in to comment.