Skip to content
Snippets Groups Projects
Commit 86b9d3fe authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add app.yml example code block.

parent ce60a50f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,14 @@ Discourse plugin for the omniauth-gitlab strategy.
GITLAB_APP_ID=gitlabtestid GITLAB_SECRET=gitlabtestsecret GITLAB_URL=https://git.example.com ./launcher rebuild app
```
 
Otherwise you can add these variables in `app.yml` under the `env` section.
Otherwise you can add these variables in `app.yml` under the `env` section:
```
## GitLab OmniAuth settings
GITLAB_APP_ID: gitlab_app_id
GITLAB_SECRET: gitlab_secret
GITLAB_URL: https://gitlab.example.com
```
 
## License
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment