You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
253 B
15 lines
253 B
---
|
|
default: &default
|
|
api_base_uri: https://your.gitlab.com/api/v3/
|
|
# get the auth_token from your gitlab preferences
|
|
auth_token: xxxxxxxxxxxxxxx
|
|
|
|
development:
|
|
<<: *default
|
|
|
|
test:
|
|
<<: *default
|
|
|
|
production:
|
|
<<: *default
|
|
# vim: set ts=2 sw=2:
|