mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Actions: create ci-config.json
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"title": "Pixel Horse CI",
|
||||
"contactEmail": "[email protected]",
|
||||
"port": 8090,
|
||||
"adminPort": 8091,
|
||||
"host": "http://localhost:8090/",
|
||||
"local": "localhost:8090",
|
||||
"adminLocal": "localhost:8091",
|
||||
"secret": "pixel",
|
||||
"token": "horse",
|
||||
"db": "mongodb://pixel:horse@mongo:27017/pixelhorse",
|
||||
"oauth": {
|
||||
"google": {
|
||||
"clientID": "snake",
|
||||
"clientSecret": "oil"
|
||||
}
|
||||
},
|
||||
"assetsPath": "assets-source",
|
||||
"servers": [
|
||||
{
|
||||
"id": "ci",
|
||||
"port": 8090,
|
||||
"path": "/s00/ws",
|
||||
"local": "localhost:8090",
|
||||
"name": "CI test server",
|
||||
"desc": "GitHub Actions checking in",
|
||||
"flags": {
|
||||
"test": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user