forked from piordev555/runeruby-casino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
OVector
committed
Apr 29, 2022
0 parents
commit 6db220b
Showing
860 changed files
with
150,200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 4 | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.{yml,yaml}] | ||
indent_size = 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
APP_NAME=Laravel | ||
APP_ENV=local | ||
APP_KEY= | ||
APP_DEBUG=true | ||
APP_URL=http://localhost | ||
|
||
LOG_CHANNEL=daily | ||
|
||
DB_CONNECTION=mongodb | ||
DB_HOST=127.0.0.1 | ||
DB_PORT=27017 | ||
DB_DATABASE=laravel | ||
DB_USERNAME= | ||
DB_PASSWORD= | ||
|
||
BROADCAST_DRIVER=redis | ||
CACHE_DRIVER=redis | ||
QUEUE_DRIVER=redis | ||
QUEUE_CONNECTION=redis | ||
QUEUE_FAILED_DRIVER=null | ||
SESSION_DRIVER=redis | ||
SESSION_LIFETIME=525600 | ||
|
||
REDIS_CLIENT=predis | ||
REDIS_HOST=127.0.0.1 | ||
REDIS_PASSWORD=null | ||
REDIS_PORT=6379 | ||
|
||
MAIL_MAILER=smtp | ||
MAIL_HOST=mail.privateemail.com | ||
MAIL_PORT=587 | ||
MAIL_USERNAME=null | ||
MAIL_PASSWORD=null | ||
MAIL_ENCRYPTION=tls | ||
MAIL_FROM_ADDRESS=null | ||
MAIL_FROM_NAME="${APP_NAME}" | ||
|
||
ARCANEDEV_LOGVIEWER_MIDDLEWARE=admin | ||
ANALYTICS_VIEW_ID=208631273 | ||
|
||
AWS_ACCESS_KEY_ID= | ||
AWS_SECRET_ACCESS_KEY= | ||
AWS_DEFAULT_REGION=us-east-1 | ||
AWS_BUCKET= | ||
|
||
PUSHER_APP_ID= | ||
PUSHER_APP_KEY= | ||
PUSHER_APP_SECRET= | ||
PUSHER_APP_CLUSTER=mt1 | ||
|
||
DISCORD_BOT_TOKEN= | ||
BITGO_PASSPHRASE= | ||
SERVER_IP= | ||
|
||
MIX_APP_DEBUG="${APP_DEBUG}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* text=auto | ||
*.css linguist-vendored | ||
*.scss linguist-vendored | ||
*.js linguist-vendored | ||
CHANGELOG.md export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/node_modules | ||
/public/css | ||
/public/js | ||
/public/fonts | ||
/public/images | ||
/public/img | ||
/public/sounds | ||
/public/storage | ||
/public/vendor | ||
/public/webfonts | ||
/public/mix-manifest.json | ||
/public/manifest.json | ||
/public/sw.js | ||
/public/phpinfo.php | ||
/public/public.key | ||
/storage/*.key | ||
/vendor | ||
.env | ||
.env.backup | ||
.phpunit.result.cache | ||
Homestead.json | ||
Homestead.yaml | ||
npm-debug.log | ||
yarn-error.log | ||
laravel-echo-server.json | ||
laravel-echo-server.lock | ||
nodes/litecoin-0.17.1/bin/nohup.out | ||
nodes/dogecoin-1.14.2/bin/nohup.out | ||
nodes/bitcoin-0.20.0/bin/nohup.out | ||
nodes/bitcoin-abc-0.21.8/bin/nohup.out | ||
nodes/geth-linux-amd64-1.9.15-0f77f34b/bin/nohup.out | ||
nohup.out | ||
worker.log | ||
BitGoJS/modules/express/node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "BitGoJS"] | ||
path = BitGoJS | ||
url = https://github.com/BitGo/BitGoJS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
php: | ||
preset: laravel | ||
disabled: | ||
- unused_use | ||
finder: | ||
not-name: | ||
- index.php | ||
- server.php | ||
js: | ||
finder: | ||
not-name: | ||
- webpack.mix.js | ||
css: true |
Oops, something went wrong.