suyu-website/.env
million1156 69fc1034a6 env
2024-03-27 13:00:17 -05:00

17 lines
414 B
Bash

# Node/Hugo Configurations
NODE_ENV = "DEV"
HUGO_ENV = "DEV"
HUGO_BASEURL = "http://localhost:3000"
TENANT = "suyu"
# Twitter Configurations
TWITTER_CONSUMER_KEY = "key"
TWITTER_CONSUMER_SECRET = "secret"
TWITTER_ACCESS_TOKEN_KEY = "key"
TWITTER_ACCESS_TOKEN_SECRET = "secret"
TWITTER_SCREEN_NAME = "Nintendo"
TWITTER_TIMELINE_COUNT = 1
# GitHub/Gitea Configurations
GITHUB_WIKI_URL = "https://compat.suyu.dev"