📝 Update and organize project documentation and assets
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- [ ] https://aicpg.org - Need description on links page
|
||||
@@ -0,0 +1,75 @@
|
||||
"server": {
|
||||
"host": "127.0.0.1",
|
||||
"port": "4201",
|
||||
"ipWhitelist": [],
|
||||
"ipBlacklist": []
|
||||
},
|
||||
"general": {
|
||||
"environment": "production",
|
||||
"alertMinimumTime" : 120,
|
||||
"imgUrl": "https://raw.githubusercontent.com/nileplumb/PkmnShuffleMap/master/PMSF_icons_large/",
|
||||
"locale": "en",
|
||||
"weatherChangeAlert": false
|
||||
},
|
||||
"logger": {
|
||||
"level": "info",
|
||||
"logSize": 25
|
||||
},
|
||||
"database": {
|
||||
"client": "sqlite",
|
||||
"conn": {
|
||||
"host": "127.0.0.1",
|
||||
"database": "poracle",
|
||||
"user": "poracleuser",
|
||||
"password": "poraclepassword",
|
||||
"port": 3306
|
||||
}
|
||||
},
|
||||
"locale": {
|
||||
"timeformat": "en-gb",
|
||||
"time": "LTS",
|
||||
"addressFormat": "{{ streetName}} {{ streetNumber }}:",
|
||||
"language": "en"
|
||||
},
|
||||
"discord": {
|
||||
"enabled": true,
|
||||
"unknownResponse": false,
|
||||
"invite": "",
|
||||
"token": [],
|
||||
"channels": ["533927791096233984"],
|
||||
"userRole": ["roleId1", "358207117951369217"],
|
||||
"admins": ["222742859059560458"],
|
||||
"prefix": "!",
|
||||
"limitSec": 30,
|
||||
"limitAmount": 20,
|
||||
"ivColors": [
|
||||
"#9D9D9D",
|
||||
"#FFFFFF",
|
||||
"#1EFF00",
|
||||
"#0070DD",
|
||||
"#A335EE",
|
||||
"#FF8000"
|
||||
]
|
||||
},
|
||||
|
||||
"telegram": {
|
||||
"enabled": false,
|
||||
"token": "",
|
||||
"admins": [""],
|
||||
"channels": [""]
|
||||
},
|
||||
|
||||
"geocoding": {
|
||||
"provider": "poracle",
|
||||
"staticProvider": "poracle",
|
||||
"geocodingKey":["Your Google Geocoding Key if you Use google as provider"],
|
||||
"staticKey":["Your MapQuest or Google Key"],
|
||||
"width": 320,
|
||||
"height": 200,
|
||||
"zoom": 15,
|
||||
"spriteHeight": 20,
|
||||
"spriteWidth": 20,
|
||||
"scale": 2,
|
||||
"type": "klokantech-basic"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user