You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/strapi-app-serverless-containers-sqldb/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ categories:
10
10
- containers
11
11
- serverless-sqldb
12
12
dates:
13
-
validation: 2024-05-21
13
+
validation: 2024-11-21
14
14
posted: 2024-05-21
15
15
---
16
16
@@ -71,7 +71,7 @@ You can either deploy your application:
71
71
These environment variables are default Strapi variables and will be automatically recognized by Strapi to connect to your database.
72
72
73
73
<Messagetype="tip">
74
-
You can already check that you are able to connect to your database using a PostgreSQL-compatible client. For instance, with the psql client using the following command:
74
+
You can already check that you are able to connect to your database using a PostgreSQL-compatible client. For instance, with the `psql` client using the following command:
75
75
```
76
76
export PGPASSWORD=$DATABASE_PASSWORD \
77
77
&& psql -h $DATABASE_HOST -p $DATABASE_PORT \
@@ -220,7 +220,6 @@ You can either deploy your application:
220
220
221
221
8. Access [http://localhost:1337/admin](http://localhost:1337/admin) in a browser. The Strapi Administration Panel displays.
222
222
223
-
224
223
### Pushing the image to Scaleway Container Registry
225
224
226
225
1. Run the following command to create a [Container Registry namespace](/containers/container-registry/concepts/#namespace) and export its endpoint as a variable:
0 commit comments