Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyslack committed Sep 18, 2024
1 parent 3855d8a commit dc9d539
Show file tree
Hide file tree
Showing 32 changed files with 2,324 additions and 282 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#Example .env file for local development

#Database URI - Uncomment the one you are using
DATABASE_URI=mysql://root:pass@localhost:3306/llana
#DATABASE_URI=postgresql://postgres:postgres@localhost:5432/llana
DATABASE_URI=mysql://user:pass@localhost:3306/llana
#DATABASE_URI=postgresql://user:pass@localhost:5432/llana
#DATABASE_URI=mongodb://user:pass@localhost:27017/llana

#JWT Key - Generate a random key and paste it here
JWT_KEY=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We are working to support all major databases, if you would like to contribute t
![MYSQL](https://badgen.net/badge/MYSQL/Beta%20Phase/green)<br>
![MSSQL](https://badgen.net/badge/MSSQL/Help%20Welcomed/red)<br>
![POSTGRES](https://badgen.net/badge/POSTGRES/Beta%20Phase/green)<br>
![MONGODB](https://badgen.net/badge/MONGODB/Help%20Welcomed/red)<br>
![MONGODB](https://badgen.net/badge/MONGODB/Beta%20Phase/green)<br>
![REDIS](https://badgen.net/badge/REDIS/Help%20Welcomed/red)<br>
![SNOWFLAKE](https://badgen.net/badge/SNOWFLAKE/Help%20Welcomed/red)<br>
![ELASTICSEARCH](https://badgen.net/badge/ELASTICSEARCH/Help%20Welcomed/red)<br>
Expand Down
Loading

0 comments on commit dc9d539

Please sign in to comment.