mirror of
https://github.com/gotson/komga.git
synced 2025-01-07 03:07:16 +08:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
|
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}
|
||
|
}
|
||
|
}
|
||
|
}
|