Skip to content

Commit

Permalink
Update test config (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner authored Oct 2, 2023
1 parent e72d7e0 commit 6bb79d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions testbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ env:
- APP_ENV="local"
- APP_DEBUG="true"
- DB_CONNECTION="mysql"
- DB_HOST="127.0.0.1"
- DB_PORT="3306"
- DB_DATABASE="platform"
- DB_USERNAME="root"
- DB_PASSWORD="password"
- CACHE_DRIVER="redis"
- QUEUE_CONNECTION="redis"
- CHAIN="substrate"
- NETWORK="polkadot"
- DAEMON_ACCOUNT="0x6a03b1a3d40d7e344dfb27157931b14b59fe2ff11d7352353321fe400e956802"
- NETWORK="enjin"
- DAEMON_ACCOUNT="0x68b427dda4f3894613e113b570d5878f3eee981196133e308c0a82584cf2e160"

providers:
- Enjin\Platform\CoreServiceProvider

0 comments on commit 6bb79d8

Please sign in to comment.