Skip to content

Commit

Permalink
Add sample development json (for documentation purposes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancheez committed Nov 11, 2023
1 parent bb096ce commit 21905f9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/settings.development.sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"defaultAccounts": [
{ "email": "admin@foo.com", "username": "Admin", "password": "changeme", "role": "admin" },
{ "email": "john@foo.com", "username": "John", "password": "changeme" }
],

"s3": {
"key": "YOUR-API-KEY",
"secret": "YOUR-SECRET-KEY",
"bucket": "YOUR-BUCKET-NAME",
"region": "YOUR-REGION"
},

"openai": {
"apiKey": "YOUR-API-KEY"
},
"mapbox": {
"apiKey": "YOUR-API-KEY"
},
"google": {
"apiKey": "YOUR-API-KEY"
}
}

0 comments on commit 21905f9

Please sign in to comment.