Set up docker image and k8s deployment
This commit is contained in:
16
ALttPRandomizer/appsettings.Docker.json
Normal file
16
ALttPRandomizer/appsettings.Docker.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"ALttPRandomizer": {
|
||||
"baserom": "/randomizer/alttp.sfc",
|
||||
"pythonPath": "/usr/bin/python3",
|
||||
"randomizerPath": "/randomizer",
|
||||
"azureSettings": {
|
||||
"clientId": "2f242de5-7595-432c-b41d-30d21b2064f2",
|
||||
"blobstoreEndpoint": "https://alttprstorage.blob.core.windows.net/seeds"
|
||||
}
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user