We'll be back soon!
Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
— CIEF EXCHANGE
+ + Go Back Homediff --git a/.env.example b/.env.example index c2daa69e..43314eaf 100644 --- a/.env.example +++ b/.env.example @@ -45,7 +45,7 @@ PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" -FILESYSTEM_DRIVER="documents" +FILESYSTEM_DISK="documents" JWT_SECRET= JWT_TTL=1440 diff --git a/.env.testing b/.env.testing new file mode 100644 index 00000000..c1122651 --- /dev/null +++ b/.env.testing @@ -0,0 +1,12 @@ +APP_NAME=Laravel +APP_ENV=testing + +APP_KEY=base64:utnZQgraE9iHT+4xCoDP2p7MdQmBweGyP0b6Mp1ksds= +JWT_SECRET=4DlpggxJJeV1nVeHPPf83mSGsoJEmA8bpuSFdFN0VCvwqkE084iYOqoed0q47Ee2 + +DB_CONNECTION=mysql +DB_HOST=172.18.0.3 +DB_PORT=3306 +DB_DATABASE=ci_test_exchange +DB_USERNAME=ci +DB_PASSWORD=bi9y@T8r diff --git a/.gitignore b/.gitignore index bc05095d..2a1aa394 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ **/.idea/ .env .env.backup +.env.testing.example .phpunit.result.cache Homestead.json Homestead.yaml @@ -31,3 +32,5 @@ public .env.production .env.staging .env.development +docz/* +.phpunit.cache/ diff --git a/503.html b/503.html index d8fbc8c3..46aa2f9b 100644 --- a/503.html +++ b/503.html @@ -19,12 +19,19 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } +
Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
— CIEF EXCHANGE
+ + Go Back Home