-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbookmarks.yml.sample
33 lines (29 loc) · 956 Bytes
/
bookmarks.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
defaults: &defaults
maximum_tags: 100
# GNU AFFERO GENERAL PUBLIC LICENSE
# Version 3, 19 November 2007
#
# 13. Remote Network Interaction
#
# Notwithstanding any other provision of this License, if you modify the
# Program, your modified version must prominently offer all users
# interacting with it remotely through a computer network (if your version
# supports such interaction) an opportunity to receive the Corresponding
# Source of your version by providing access to the Corresponding Source
# from a network server at no charge, through some standard or customary
# means of facilitating copying of software.
source_code_name: Git repository
source_code_url: https://github.com/nomis/bookmarks
development:
<<: *defaults
base_url:
host: bookmarks.localhost
test:
<<: *defaults
base_url:
host: bookmarks.test
production:
<<: *defaults
base_url:
protocol: https
host: bookmarks.example