Incremented Version Number
This commit is contained in:
parent
a62be27db7
commit
67c687a8d3
|
|
@ -1,4 +1,4 @@
|
|||
Canopy - 0.2.2-INDEV
|
||||
Canopy - 0.3-INDEV
|
||||
======
|
||||
|
||||
Canopy - /ˈkæ.nə.pi/:
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
"protocol": "http",
|
||||
//Domain the server is available at, used for server-side link generation
|
||||
"domain": "localhost",
|
||||
//Be careful with what you keep in secrets, you should use special chars, but test your deployment, as some chars may break account registration
|
||||
//An update to either kill the server and bitch it's planned so it's not so confusing for new admins
|
||||
//Session secret used to secure session keys
|
||||
"sessionSecret": "CHANGE_ME",
|
||||
//Altacha secret used to generate altcha challenges
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "canopy-of",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3",
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
"altcha": "^1.0.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue