Skip to content

Commit

Permalink
GitScrum v.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomarinho committed Nov 21, 2016
0 parents commit 2c8c62b
Show file tree
Hide file tree
Showing 1,638 changed files with 150,649 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
APP_ENV=local
APP_KEY=base64:W2ToyfW8zHqtWfcZb1hp2kZgccbuy3XtERDyZywtVkE=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=app.gitcodex.dev

GITHUB_CLIENT_ID=
GITHUB_CLIENT_ID=

DB_CONNECTION=mysql
DB_HOST=
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

APP_PAGINATE=10
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/node_modules
/public/storage
/vendor
.env
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

Loading

0 comments on commit 2c8c62b

Please sign in to comment.