Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIDAPP-5]: Optimize application configuration for contacts #3

Merged
merged 9 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
APP_NAME="Advising App"
APP_NAME="Aiding App"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
LANDLORD_APP_URL=http://advisingapp.local
LANDLORD_APP_HOST=advisingapp.local
LANDLORD_APP_URL=http://aidingapp.local
LANDLORD_APP_HOST=aidingapp.local
APP_URL=${LANDLORD_APP_URL}
SANCTUM_STATEFUL_DOMAINS=test.advisingapp.local
SANCTUM_STATEFUL_DOMAINS=test.aidingapp.local
APP_FORCE_HTTPS=false
LANDLORD_API_KEY=

Expand All @@ -17,7 +17,7 @@ DB_CONNECTION=landlord
DB_HOST=pgsql
DB_PORT=5432
DB_DATABASE=landlord
DB_USERNAME=advisingapp
DB_USERNAME=aidingapp
DB_PASSWORD=password

BROADCAST_DRIVER=log
Expand All @@ -27,7 +27,7 @@ FILESYSTEM_DISK=s3
FILAMENT_FILESYSTEM_DISK=s3
QUEUE_CONNECTION=redis
AUDIT_QUEUE_CONNECTION=redis
SESSION_DRIVER=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_CONNECTION=tenant
SESSION_DOMAIN=.${LANDLORD_APP_HOST}
Expand All @@ -45,7 +45,7 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="hello@example.com"
MAIL_FROM_NAME="${APP_NAME}"

AWS_S3_ACCESS_KEY_ID=advisingapp
AWS_S3_ACCESS_KEY_ID=aidingapp
AWS_S3_SECRET_ACCESS_KEY=password
AWS_S3_DEFAULT_REGION=us-east-1
AWS_S3_BUCKET=local
Expand Down Expand Up @@ -90,7 +90,7 @@ TWILIO_ENABLE_TEST_SENDER=false

### DEV SETTINGS ###

FORWARD_DB_PORT=3306
FORWARD_DB_PORT=5432
FORWARD_REDIS_PORT=6379
FORWARD_MEILISEARCH_PORT=7700
FORWARD_MAILPIT_PORT=1025
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

_______________________________________________

#### Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the [contributing guidelines](https://github.com/canyongbs/advisingapp/blob/main/README.md#contributing).
#### Before contributing and submitting this PR, make sure you have Read, agree, and are compliant with the [contributing guidelines](https://github.com/canyongbs/aidingapp/blob/main/README.md#contributing).
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Our robust personal assistant is designed to support your student service profes

### Student Service CRM

Our student service CRM is designed to support the management of prospective and enrolled students. Some key features include:
Our student service CRM is designed to support the management of enrolled students. Some key features include:

* Record Mangement
* Email and SMS
Expand All @@ -65,7 +65,7 @@ A [PHP](https://php.net) TALL Stack is used to create our software:

### Dependences for AI + CRM (800+)

* [GitHub Insights: Dependencies](https://github.com/canyongbs/advisingapp/network/dependencies)
* [GitHub Insights: Dependencies](https://github.com/canyongbs/aidingapp/network/dependencies)

### Recommended Cloud Infrastructure

Expand Down Expand Up @@ -101,7 +101,7 @@ _Note: More documentation coming soon._

For SaaS customers, please channel your feature requests through your customer success associate. For issues, please open a support request so that your issue can be promptly addressed.\
\
For DIY customers, please open your feature request or issue using [GitHub Issues](https://github.com/canyongbs/advisingapp/issues).
For DIY customers, please open your feature request or issue using [GitHub Issues](https://github.com/canyongbs/aidingapp/issues).

## Contributing

Expand Down Expand Up @@ -152,15 +152,15 @@ The creation and successful release of this ambitious project would not have bee

<!-- MARKDOWN LINKS & IMAGES -->
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[contributors-shield]: https://img.shields.io/github/contributors/canyongbs/advisingapp.svg?style=for-the-badge
[contributors-url]: https://github.com/canyongbs/advisingapp/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/canyongbs/advisingapp.svg?style=for-the-badge
[forks-url]: https://github.com/canyongbs/advisingapp/network/members
[stars-shield]: https://img.shields.io/github/stars/canyongbs/advisingapp.svg?style=for-the-badge
[stars-url]: https://github.com/canyongbs/advisingapp/stargazers
[issues-shield]: https://img.shields.io/github/issues/canyongbs/advisingapp.svg?style=for-the-badge
[issues-url]: https://github.com/canyongbs/advisingapp/issues
<!-- [license-shield]: https://img.shields.io/github/license/canyongbs/advisingapp.svg?style=for-the-badge -->
[license-url]: https://github.com/canyongbs/advisingapp/blob/main/LICENSE
[contributors-shield]: https://img.shields.io/github/contributors/canyongbs/aidingapp.svg?style=for-the-badge
[contributors-url]: https://github.com/canyongbs/aidingapp/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/canyongbs/aidingapp.svg?style=for-the-badge
[forks-url]: https://github.com/canyongbs/aidingapp/network/members
[stars-shield]: https://img.shields.io/github/stars/canyongbs/aidingapp.svg?style=for-the-badge
[stars-url]: https://github.com/canyongbs/aidingapp/stargazers
[issues-shield]: https://img.shields.io/github/issues/canyongbs/aidingapp.svg?style=for-the-badge
[issues-url]: https://github.com/canyongbs/aidingapp/issues
<!-- [license-shield]: https://img.shields.io/github/license/canyongbs/aidingapp.svg?style=for-the-badge -->
[license-url]: https://github.com/canyongbs/aidingapp/blob/main/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/company/canyongbs
Loading