Browse Source

renamed from mimg to spus

master
mort 8 years ago
parent
commit
04bd8d90c4
3 changed files with 5 additions and 2 deletions
  1. 3
    0
      README.md
  2. 1
    1
      conf.json.example
  3. 1
    1
      package.json

+ 3
- 0
README.md View File

@@ -0,0 +1,3 @@
# Spus - Simple Picture Upload Site

Spus is a simple image host.

+ 1
- 1
conf.json.example View File

@@ -13,7 +13,7 @@
"cert": ""
},
"web": {
"title": "Mimg",
"title": "Spus",
"base_url": "http://example.com"
},
"minify": true,

+ 1
- 1
package.json View File

@@ -1,5 +1,5 @@
{
"name": "mimage",
"name": "spus",
"version": "0.0.0",
"description": "A simple image host.",
"main": "index.js",

Loading…
Cancel
Save