Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
531c4deb
Commit
531c4deb
authored
Feb 27, 2020
by
Seb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand the note and remove the password from the code example
parent
d4254a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ci/services/postgres.md
doc/ci/services/postgres.md
+3
-3
No files found.
doc/ci/services/postgres.md
View file @
531c4deb
...
...
@@ -30,15 +30,15 @@ NOTE: **Note:**
The
`POSTGRES_DB`
,
`POSTGRES_USER`
,
`POSTGRES_PASSWORD`
and
`POSTGRES_HOST_AUTH_METHOD`
variables can't be set in the GitLab UI. To set them, assign them to a variable
[
in the UI
](
../variables/README.md#via-the-ui
)
, and then assign that
variable to the
`POSTGRES_DB`
,
`POSTGRES_USER`
,
and
`POSTGRES_PASSWORD`
variables in
your
`.gitlab-ci.yml`
.
variable to the
`POSTGRES_DB`
,
`POSTGRES_USER`
,
`POSTGRES_PASSWORD`
and
`POSTGRES_HOST_AUTH_METHOD`
variables in
your
`.gitlab-ci.yml`
.
And then configure your application to use the database, for example:
```
yaml
Host
:
postgres
User
:
runner
Password
:
runner-password
Password
:
'
'
Database
:
nice_marmot
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment