Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leon committed Dec 11, 2024
0 parents commit bb15591
Show file tree
Hide file tree
Showing 42,873 changed files with 9,887,993 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
38 changes: 38 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
APP_ENV=production
APP_DEBUG=false

APP_KEY=base64:oR8ufRrkfwFudkZsLzCe1ZouaOufv8AeYqSYgNkFnHA=
APP_HOSTNAME=softofgames.com
APP_URL=https://softofgames.com


#DB_HOST=localhost
DB_HOST=localhost
DB_DATABASE=softofgames
DB_USERNAME=softofgames
DB_PASSWORD=89duCw753QwOafqO
DB_PREFIX=w

CACHE_DRIVER=database
SESSION_DRIVER=database
QUEUE_DRIVER=database
BROADCAST_DRIVER=log
SESSION_LIFETIME=172800

MAIL_DRIVER=smtp
MAIL_HOST=betshop.us
MAIL_PORT=465
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=w
MAIL_FROM_NAME=

JWT_SECRET=aq1LOdXbvN4uJAUHNmdCileMzz8zxyPB

MIN_ADD=100
MAX_ADD=1000000

MAX_INVITES=10

DEMO_KEY=
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/public/games
node_modules
/storage
Loading

0 comments on commit bb15591

Please sign in to comment.