forked from vanityURLs/vanityURLs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vanityURLs.conf
27 lines (21 loc) · 907 Bytes
/
vanityURLs.conf
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
# This file is your config for vanityURls to personalize and share branded URLs.
# For more info, visit https://github.com/bhdicaire/vanityURLs
# The path to your local scripts folder included in your path
# For example: ~/.config/bin
SCRIPT_DIR="~/.config/bin"
# The path to your local copy of vanityURLs.
# For example: ~/vanityURLs
REPO_DIR="~/vanityURLs"
# Your tiny internet domain served by Cloudflare.
# For example: dicai.re or felleg.xyz
MY_DOMAIN="fen.link"
# Your cloudflare's specific page URL.
# For example: vanityURLS.pages.dev
MY_PAGE="shorturls-45r.pages.dev"
# This variable determines how long your random code will be.
# For example, with SHORTCODE_LENGTH=3, your resulting URL
# could be something like "https://dicai.re/XXX" (3 X)
SHORTCODE_LENGTH=3
# Uncomment this value if you want to run the `bin/lnk` script
# in dry run mode, i.e. files will not be modified.
#DRY_RUN=true