Skip to content

Commit

Permalink
Update framework version - Moved simulator to main dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prinx committed Nov 10, 2020
1 parent dcf38ca commit a0d8e18
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,25 @@ APP_URL=

SMS_ENDPOINT=

SESSION_DRIVER=file
APP_DB_USER=root
APP_DB_PASS=
APP_DB_HOST=localhost
APP_DB_PORT=3306
APP_DB_NAME=

SESSION_DRIVER=file
SESSION_DB_USER=root
SESSION_DB_PASS=
SESSION_DB_HOST=localhost
SESSION_DB_PORT=3306
SESSION_DB_NAME=

APP_DB_USER=root
APP_DB_PASS=
APP_DB_HOST=localhost
APP_DB_PORT=3306
APP_DB_NAME=

USSD_URL=${APP_URL}
USSD_PHONE=
USSD_PHONE=+
USSD_NETWORK_MNC=

USSD_CODE=
USSD_CONSOLE_BEHAVIOR=
USSD_CODE="*000#"
USSD_CONSOLE_BEHAVIOR=CONSOLE

REQUIRED_PARAM_NAME_USER_PHONE=msisdn
REQUIRED_PARAM_NAME_MENU_STRING=message
Expand Down

0 comments on commit a0d8e18

Please sign in to comment.