ForgeFlux/.env_sample

6 lines
301 B
Plaintext
Raw Permalink Normal View History

2024-05-04 22:47:36 +05:30
export POSTGRES_DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
2024-05-12 21:18:32 +05:30
export POSTGRES_DATABASE_URL="postgres://postgres:password@localhost:5432/postgres"
export FORGEFLUX_server_COOKIE_SECRET=""
2024-05-12 21:46:27 +05:30
export FORGEFLUX_forges_GITHUB_client_id=""
export FORGEFLUX_forges_GITHUB_client_secret=""