mirror of https://github.com/TZGyn/shortener
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
322 B
Bash
14 lines
322 B
Bash
FALLBACK_URL=https://app.kon.sh
|
|
DATABASE_URL=postgres://postgres:password@0.0.0.0:5432/link-shortener
|
|
APP_URL=kon.sh
|
|
|
|
# GeoLite2 License Key (auto update database)
|
|
GEOIPUPDATE_ACCOUNT_ID=
|
|
GEOIPUPDATE_LICENSE_KEY=
|
|
|
|
# Tigris/S3
|
|
AWS_BUCKET_NAME=
|
|
AWS_ACCESS_KEY_ID=
|
|
AWS_SECRET_ACCESS_KEY=
|
|
AWS_ENDPOINT_URL_S3=
|
|
AWS_REGION=auto |