Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

shared .env for development #1

Open
mivinci opened this issue Jan 3, 2024 · 0 comments
Open

shared .env for development #1

mivinci opened this issue Jan 3, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@mivinci
Copy link
Contributor

mivinci commented Jan 3, 2024

For you guys to quickly get started diving in HaloBase, copy the content below and paste it into file .env. You have to first create this file after cloning the repo.

TOKEN_SECRET = "n7rgt1ngxfj44kgtw8s8"

SURREAL_URL = "http://162.14.73.95:23001"
SURREAL_NS = "halobase"
SURREAL_DB = "dev"
SURREAL_USER = "root"
SURREAL_PASS = "da2b4ebf5280"

S3_URL = "http://162.14.73.95:23002"
S3_REGION = "us-east-1"
S3_BUCKET = "cf4780ed-ebcf-4ba7-ad9a-84b05ac079a8"
S3_KEY_ID = "Aeb8y8meLtnp9WE3QaG5"
S3_KEY_SECRET = "jKt8XYK6NQ8w0iHZptWcULdDB4SAN3SVHVaB6OZO"

OPENAI_URL = ""
OPENAI_KEY = ""

Note that these variables are sensitive and may vary at any time, so DO NOT use them in any of your production environment.

And please show mercy 🙏 各位手下留情(

@mivinci mivinci added the documentation Improvements or additions to documentation label Jan 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant