永栄コードのマージ開始
This commit is contained in:
19
rogaining_autoprint/config.yaml
Normal file
19
rogaining_autoprint/config.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
app:
|
||||
save_path: /data/files
|
||||
log_path: /logs
|
||||
file_log: ${LOCATION}.filelog
|
||||
error_log: error.log
|
||||
|
||||
s3:
|
||||
bucket: ${S3_BUCKET_NAME}
|
||||
prefix: ${LOCATION}/scoreboard/
|
||||
|
||||
printer:
|
||||
name: ${PRINTER_NAME}
|
||||
options:
|
||||
PageSize: A4
|
||||
orientation: landscape
|
||||
sides: two-sided-long-edge
|
||||
retry:
|
||||
max_attempts: 3
|
||||
delay_seconds: 5
|
||||
Reference in New Issue
Block a user