mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 13:05:44 +00:00
Merge branch 'staging' of github.com:Tria-plc/edr-platform into freight_feature/usermanagement
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -52,6 +52,3 @@ RUNNING_LOCALLY.md
|
|||||||
|
|
||||||
# Generated per-shard compose file for the integration suite (it.mjs).
|
# Generated per-shard compose file for the integration suite (it.mjs).
|
||||||
integration/.it-shards.yaml
|
integration/.it-shards.yaml
|
||||||
branch_structure.json
|
|
||||||
temp_auto_push.bat
|
|
||||||
temp_interactive_push.bat
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/** Maximum time (hours) a passenger has to pay after booking. */
|
/** Maximum time (hours) a passenger has to pay after booking. */
|
||||||
export const MAX_PAYMENT_HOURS = 240;
|
export const MAX_PAYMENT_HOURS = 2;
|
||||||
/** Minutes before departure: cutoff for new bookings and payment deadline. */
|
/** Minutes before departure: cutoff for new bookings and payment deadline. */
|
||||||
export const CUTOFF_MINUTES = 30;
|
export const CUTOFF_MINUTES = 30;
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Build: DOCKER_BUILDKIT=1 docker compose build
|
# Build: DOCKER_BUILDKIT=1 docker compose build
|
||||||
# Run: docker compose up -d
|
# Run: docker compose up -d
|
||||||
|
|
||||||
services:
|
services:
|
||||||
freight-api:
|
freight-api:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user