Skip to content

Commit

Permalink
Merge pull request #84 from andrewwippler/upgrade/adois-v6
Browse files Browse the repository at this point in the history
Upgrade/adois v6
  • Loading branch information
andrewwippler authored Jul 26, 2024
2 parents 7355de3 + db177f0 commit 6ee9a53
Show file tree
Hide file tree
Showing 113 changed files with 13,962 additions and 18,445 deletions.
49 changes: 0 additions & 49 deletions api/.adonisrc.json

This file was deleted.

14 changes: 8 additions & 6 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ S3_KEY=
S3_SECRET=
S3_BUCKET=
S3_REGION=
MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=password
MYSQL_DB_NAME=testing
REDIS_CONNECTION=local
REDIS_CONNECTION=main
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
LIMITER_STORE=redis
LOG_LEVEL=error
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=password
DB_DATABASE=testing
19 changes: 11 additions & 8 deletions api/.env.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORT=3334
HOST=0.0.0.0
NODE_ENV=development
HOST=127.0.0.1
NODE_ENV=test
APP_KEY=Rk01DMPh0yt-940HnNH-6SOX6THw2ALy
DRIVE_DISK=local
APP_NAME=AdonisJs
Expand All @@ -12,12 +12,15 @@ S3_KEY=
S3_SECRET=
S3_BUCKET=
S3_REGION=
MYSQL_HOST=localhost

MYSQL_USER=root
MYSQL_PASSWORD=adonis
MYSQL_DB_NAME=testing
REDIS_CONNECTION=local
REDIS_CONNECTION=main
REDIS_HOST=127.0.0.1
# REDIS_PORT=6379
REDIS_PASSWORD=
LIMITER_STORE=redis
LOG_LEVEL=info
SESSION_DRIVER=memory
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=adonis
DB_DATABASE=testing
16 changes: 0 additions & 16 deletions api/ace

This file was deleted.

Loading

0 comments on commit 6ee9a53

Please sign in to comment.