Skip to content

Commit

Permalink
Update Cold start readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0kl-usds authored and JuliusSkylerSladeUSDS committed Jan 17, 2025
1 parent b0832c9 commit 84c26cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cold Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To change your space or org for the cloud foundry session:
export POSTGRES=postgres://<USERNAME>:<PASSWORD>@localhost:<PORT>/<DB_NAME>
# You should only need to replace the URL with "localhost". The username, password, port, and db name should all work.
```
> Once this is done, you should be able to run `db/migrations.sh`
> Once this is done, you should be able to run `/db/migrations.sh`
9. Create the Admin token for uploads:
`$ cf set-env $APP_NAME ADMIN_TOKEN <RANDOM STRING>`
`$ cf restage $APP_NAME`
Expand Down

0 comments on commit 84c26cc

Please sign in to comment.