HEX
HEX
Server: Apache/2.4.29 (Ubuntu)
System: Linux 2amigos-php74 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
User: squarehillcompany.com (1002)
PHP: 7.4.25
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhosts/api.ett-dev.2amigos.us/docroot/.env.example
# General application settings
APP_NAME=textpony.com
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost:8000

FRONT_APP_URL=http://localhost:3000

# Mysql connection
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=default
DB_USERNAME=default
DB_PASSWORD=secret

# Redis connection
#REDIS_CLIENT=phpredis
#REDIS_HOST=redis
#REDIS_PASSWORD=null
#REDIS_PORT=6379

# JWT
JWT_SECRET=

# Broadcasting
BROADCAST_DRIVER=log

# Cache
CACHE_DRIVER=file

# Queues
QUEUE_CONNECTION=sync

# Session
SESSION_DRIVER=file
SESSION_LIFETIME=120

# Mail driver
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=8ed2dd4615f18e
MAIL_PASSWORD=61d9bc5569ee66
MAIL_ENCRYPTION=tls

# Stripe
STRIPE_KEY=pk_test_51IaKFQJVihFRMax1HfUQmxJhgY3QsTsG7S5lEKfTBX8B3LiqLYMedxScF6y5f1LgMzG7HPmeP7nsVXdZ5T09bATg00m2qz0VeY
STRIPE_SECRET=sk_test_51IaKFQJVihFRMax19X8gEitG79NKHsDMCscw95Ruf5jnYf6RtH38UzbYJoBlyFtcqgRuLl3fTAR5hrGjGeteNcOL006dcMMEMm

# Geocoder
OPEN_CAGE_API_KEY=

# Twilio
TWILIO_SID=
TWILIO_AUTH_TOKEN=
TWILIO_VERIFIED=
TWILIO_COUNTRY=US
TWILIO_MAX_DAILY=250
TWILIO_THROTTLE=1000
TWILIO_TEXT_SMS_COMMISSION=100   # Percentage
TWILIO_IMAGE_SMS_COMMISSION=100  # Percentage
TWILIO_LOCAL_PHONE_NUMBER_PRICE=150

# Websocket
WEBSOCKET_PORT=6001
WEBSOCKET_PROTOCOL=ws
WEBSOCKET_HOST=localhost
WEBSOCKET_LOCAL_CLIENT_TOKEN=6WyQDb6KLwsRLgO21GO0iE8Vvpc1TyCNKIZJj1HrK37ZjT11LW

SENTRY_LARAVEL_DSN=https://fe6cc029b56b4dc2b033f136bef5c610@o520780.ingest.sentry.io/5631572
SENTRY_TRACES_SAMPLE_RATE=1