mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
11 lines
279 B
Text
11 lines
279 B
Text
include required("conveyor.msstore.conf")
|
|
|
|
app {
|
|
windows {
|
|
store {
|
|
client-id = ${env.CONVEYOR_MSSTORE_CLIENT_ID}
|
|
client-secret = ${env.CONVEYOR_MSSTORE_CLIENT_SECRET}
|
|
tenant-id = ${env.CONVEYOR_MSSTORE_TENANT_ID}
|
|
}
|
|
}
|
|
}
|