-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (26 loc) · 1.4 KB
/
Copy path.env.example
File metadata and controls
34 lines (26 loc) · 1.4 KB
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
34
# Environment variables used in local development.
# Copy this file to '.env' and fill in your real secrets.
# NEVER commit the real '.env' file to the repository.
# The public URL of the deployment (used by Astro for building RSS feeds and Sitemaps)
SITE_URL=https://ramper.band
# Songkick Artist ID (Publicly available ID from songkick.com)
PUBLIC_SONGKICK_ARTIST_ID=9906809
# Social Media URLs
PUBLIC_INSTAGRAM_URL=https://www.instagram.com/ramper.dep/
PUBLIC_X_URL=https://x.com/ramper_dep
PUBLIC_BLUESKY_URL=https://bsky.app/profile/ramper.bsky.social
# External Merch Store URL
PUBLIC_MERCH_URL=https://humointernacional.com/tienda/artista-ramper/
# Contact Email (displayed as Management & Bookings)
PUBLIC_CONTACT_EMAIL=pablo@humointernacional.com
# Form mailto destination (distinct from display email; stored as secret in CI)
PUBLIC_FORM_EMAIL=your-form-email@example.com
# Web3Forms Access Key for contact form submission
PUBLIC_WEB3FORMS_ACCESS_KEY=your-access-key-here
## Listmonk creds are only used for testing purposes. These parameters must be set in the deployment compose
# Listmonk Public Subscription List ID and UUID (found in the Listmonk admin panel under Lists)
PUBLIC_NEWSLETTER_LIST_ID=your-list-id-here
PUBLIC_NEWSLETTER_LIST_UUID=your-list-uuid-here
# Listmonk API User Credentials (used by the newsletter dispatch script)
LISTMONK_USERNAME=your-api-username
LISTMONK_PASSWORD=your-api-password