Skip to content

Commit 91cecf3

Browse files
fix indentation in lists
1 parent 439d572 commit 91cecf3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

digitalocean-app-platform/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Now that Redis has been set up, you can start the deployment process of the SCIM
4040
6. You can choose to allow or deny Autodeploy code changes.
4141
7. Click ```Next```.
4242

43-
***NOTE**: DigitalOcean will notify you that it cannot find an app in the repo. This is due to the fact that App Platform expects the Dockerfile to be located at the root of the repo. In this case, the Dockerfile is located in the ```digitalocean-app-platform``` directory and we need to specify that source directory in App Platform.*
43+
***NOTE**: DigitalOcean will notify you that it cannot find an app in the repo. This is due to the fact that App Platform expects the Dockerfile to be located at the root of the repo. In this case, the Dockerfile is located in the ```digitalocean-app-platform``` directory and we need to specify that source directory in App Platform.*
4444

4545
8. Add ```digitalocean-app-platform``` after the ```/``` in the Source Directory field and select ```Find Directory```
4646

@@ -51,11 +51,11 @@ To configure your app, you will need to add the Redis database, and set two envi
5151
2. Choose Previously Created DigitalOcean Database, and select the Redis database created in Step 1 under Database Cluster.
5252
3. Leave "Add app as a trusted source" checked to automatically restrict access to the app. Click Add Database.
5353
4. Enter the environment variables:
54-
* `OP_REDIS_URL`=`${<your-redis-cluster>.REDIS_URL}`
55-
* Replace `<your-redis-cluster>` with the name of your Redis cluster from Step 1. This will automatically bind the Redis connection string to the environment variable.
56-
* `OP_SESSION`=`<base64_encoded_scimsession>`
57-
* The OP_SESSION variable should be set to the base64 encoded version of your scimsession file. Run the following command in a terminal to generate the scimsession in a base64 encoded format: ```cat /path/to/scimsession | base64 | tr -d "\n"```
58-
* The base64 encoded version of your scimsession should be returned in the terminal. Copy and paste the contents and paste them as the value of the OP_SESSION variable (do not copy the ```%``` sign at the end of the output).
54+
* `OP_REDIS_URL`=`${<your-redis-cluster>.REDIS_URL}`
55+
* Replace `<your-redis-cluster>` with the name of your Redis cluster from Step 1. This will automatically bind the Redis connection string to the environment variable.
56+
* `OP_SESSION`=`<base64_encoded_scimsession>`
57+
* The OP_SESSION variable should be set to the base64 encoded version of your scimsession file. Run the following command in a terminal to generate the scimsession in a base64 encoded format: ```cat /path/to/scimsession | base64 | tr -d "\n"```
58+
* The base64 encoded version of your scimsession should be returned in the terminal. Copy and paste the contents and paste them as the value of the OP_SESSION variable (do not copy the ```%``` sign at the end of the output).
5959
4. Set the HTTP port for the app to ```3002```.
6060
5. Click ```Next```.
6161
6. Name your application.

0 commit comments

Comments
 (0)