fix: remove cached env
This commit is contained in:
parent
a783132531
commit
71475371b5
49
info.md
49
info.md
@ -1,49 +0,0 @@
|
|||||||
# Tit Bits
|
|
||||||
## API Base URL
|
|
||||||
- https://api.lupmis4luspa.org/
|
|
||||||
|
|
||||||
|
|
||||||
````
|
|
||||||
- g!_ArOqhC$Gs9-u2
|
|
||||||
````
|
|
||||||
|
|
||||||
## API Testing Tool
|
|
||||||
- https://restful-api.dev/
|
|
||||||
|
|
||||||
git remote add https://gitea.lupmis4luspa.org/kwesigitea/main-backend.git
|
|
||||||
|
|
||||||
title - add N/A
|
|
||||||
|
|
||||||
from the server 29-10-2025
|
|
||||||
services:
|
|
||||||
l4lauthentication-docker:
|
|
||||||
container_name: l4lauthentication
|
|
||||||
build: .
|
|
||||||
volumes:
|
|
||||||
- ./php_code:/var/www/html
|
|
||||||
#ports:
|
|
||||||
#- 8831:80
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- nginx_proxy_manager_default
|
|
||||||
networks:
|
|
||||||
nginx_proxy_manager_default:
|
|
||||||
external: true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
curl -X 'POST' \
|
|
||||||
'https://api.lupmis4luspa.org/api/user_mgt/get_district_by_region_id.php' \
|
|
||||||
-H 'accept: application/json' \
|
|
||||||
-H 'Content-Type: application/json' \
|
|
||||||
-d '{
|
|
||||||
"region_id": "3",
|
|
||||||
"api_token": "1c46538c712e9b5b"
|
|
||||||
}'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,54 +0,0 @@
|
|||||||
APP_NAME=lupmisBackend
|
|
||||||
APP_ENV=production
|
|
||||||
APP_KEY=base64:pmEAeuW8clKrfKKjcMWylo68exoDO/Xr2hUhXvB7dS0=
|
|
||||||
APP_DEBUG=true
|
|
||||||
APP_URL=http://lupmis4luspa.org
|
|
||||||
LOG_CHANNEL=daily
|
|
||||||
|
|
||||||
LUPMISAPIKEY=1c46538c712e9b5b
|
|
||||||
MNOTOFYKEY=hFsiPMAPS3sIdwYSIthRO5JtS
|
|
||||||
#DB_CONNECTION=mysql
|
|
||||||
#DB_HOST=host.docker.internal
|
|
||||||
|
|
||||||
DB_CONNECTION=sqlite
|
|
||||||
#DB_DATABASE=database/lupmis.sqlite
|
|
||||||
DB_DATABASE=/var/www/html/database/lupmis.sqlite
|
|
||||||
|
|
||||||
DB_PORT=3306
|
|
||||||
#DB_DATABASE=lupmis.sqlite
|
|
||||||
DB_USERNAME=root
|
|
||||||
DB_PASSWORD=p@ssw0rd
|
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
|
||||||
CACHE_DRIVER=file
|
|
||||||
QUEUE_CONNECTION=sync
|
|
||||||
SESSION_DRIVER=file
|
|
||||||
SESSION_LIFETIME=120
|
|
||||||
SESSION_DOMAIN=.lupmis4luspa.org
|
|
||||||
|
|
||||||
REDIS_HOST=127.0.0.1
|
|
||||||
REDIS_PASSWORD=null
|
|
||||||
REDIS_PORT=6379
|
|
||||||
|
|
||||||
MAIL_MAILER=smtp
|
|
||||||
MAIL_HOST=smtp.gmail.com
|
|
||||||
MAIL_PORT=587
|
|
||||||
MAIL_USERNAME=labskwesi@gmail.com
|
|
||||||
MAIL_PASSWORD=mbqpsfxzizbabeat
|
|
||||||
MAIL_ENCRYPTION=tls
|
|
||||||
MAIL_FROM_ADDRESS=lupmis@luspa.gov.gh
|
|
||||||
MAIL_FROM_NAME="${APP_NAME}"
|
|
||||||
|
|
||||||
AWS_ACCESS_KEY_ID=
|
|
||||||
AWS_SECRET_ACCESS_KEY=
|
|
||||||
AWS_DEFAULT_REGION=us-east-1
|
|
||||||
AWS_BUCKET=
|
|
||||||
|
|
||||||
PUSHER_APP_ID=
|
|
||||||
PUSHER_APP_KEY=
|
|
||||||
PUSHER_APP_SECRET=
|
|
||||||
PUSHER_APP_CLUSTER=mt1
|
|
||||||
|
|
||||||
VITE_APP_NAME="${APP_NAME}"
|
|
||||||
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
|
||||||
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
|
||||||
1
php_code/.gitignore
vendored
1
php_code/.gitignore
vendored
@ -39,3 +39,4 @@ npm-debug.log
|
|||||||
yarn-error.log
|
yarn-error.log
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
.xxx
|
||||||
Loading…
x
Reference in New Issue
Block a user