lemberg / connfa-android

Open Source Android app for Conferences and Events
http://connfa.com
Apache License 2.0
100 stars 111 forks source link

Post Installation Server Issues #24

Closed nikkieella closed 7 years ago

nikkieella commented 7 years ago

Hi so my team is currently trying to use Connfa for our upcoming event. After our installation we ran into an issue trying to get the server to run to check our updates through the CMS.

Here is our code:

"PP_ENV=local APP_DEBUG=true APP_KEY=base64:W3TeUBt8KWYovatPDP5qwPvzvGnU1xrkewnvvZqxjUA= APP_URL=http://app.server.tedxucsd.com

DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=appbeta DB_USERNAME= username DB_PASSWORD= password

CACHE_DRIVER=array SESSION_DRIVER=file QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379

MAIL_DRIVER=smtp MAIL_HOST=mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null

API_PREFIX=api API_DOMAIN= API_VERSION=v2 API_DEBUG=true API_CONDITIONAL_REQUEST=false"

Any thoughts?