Skip to content

Commit

Permalink
chore: changes (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Jan 3, 2024
1 parent 24e2b69 commit 8ab5b4a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
26 changes: 5 additions & 21 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

OPENAI_API_KEY=

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=shelter
DB_DATABASE=touslesprenoms
DB_USERNAME=root
DB_PASSWORD=

Expand All @@ -37,23 +39,5 @@ MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_APP_NAME="${APP_NAME}"
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
SCOUT_QUEUE=true
SCOUT_DRIVER=database
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
<p align="center">

![Touslesprenoms's Logo](https://github.com/djaiss/bivouac/assets/61099/d47cc206-6306-4711-8050-2417a4c17dd2)

</p>

## Touslesprenoms is an open source name database.

It contains:

- a complete database of more than 39 000 first names used in France,
- a way to share lists of names with your friends.

### License

MIT license.

### how to

- first, * replace all semi colons with commas in the CSV
- first, * replace all semi colons with commas in the CSV provided by the INSEE
* `sed 's/;/,/g' yourfile.csv > newfile.csv`
- next, run the command `php artisan openname:import`
- finally, run the command `php artisan openname:count-total-after-import`

0 comments on commit 8ab5b4a

Please sign in to comment.