Skip to content

Commit

Permalink
Merge branch 'master' of github.com:scoville/scvl into jp
Browse files Browse the repository at this point in the history
  • Loading branch information
bunker-inspector committed Nov 25, 2020
2 parents eeffc4c + 0f52bb0 commit 6819414
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 130 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
scvl
===
# scvl

scvl is a simple URL shortener written in go.

## Required

* Redis
* MySQL
- Redis
- MySQL

## Setup

Place ``.env`` to root directory like below:
Place `.env` to root directory like below:

```
SESSION_SECRET=SUPER_SECRET_TOKEN
Expand All @@ -21,4 +20,4 @@ DB_URL="root:@/scvl_development?charset=utf8&parseTime=True&loc=Local"
ALLOWED_DOMAINS="sc0ville.com,en-courage.com,en-courage.net"
```

Website: [scvl.site](https://scvl.site)
Website: [scvl.jp](https://scvl.jp)
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ go 1.12

require (
github.com/Iwark/spreadsheet v0.0.0-20190731183439-815c2aaa68d2
github.com/Songmu/make2help v0.2.0 // indirect
github.com/aws/aws-sdk-go v1.19.6
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
Expand All @@ -20,13 +19,11 @@ require (
github.com/jinzhu/now v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/lib/pq v1.0.0 // indirect
github.com/markbates/refresh v1.11.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0 // indirect
github.com/mssola/user_agent v0.5.0
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
golang.org/x/tools v0.0.0-20201124202034-299f270db459 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
Loading

0 comments on commit 6819414

Please sign in to comment.