Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create automaton env file #103

Merged
merged 4 commits into from
Jan 2, 2024
Merged

feat: create automaton env file #103

merged 4 commits into from
Jan 2, 2024

Conversation

productdevbook
Copy link
Member

@productdevbook productdevbook commented Jan 2, 2024

This pull request updates the automaton environment variables. It also includes the creation of the automaton env file.

# test/drizzle
NUXT_TEST_DRIZZLE_PG_URL=postgres://postgres:postgres@localhost:5432/postgres
NUXT_TEST_DRIZZLE_PG_HOST=localhost
NUXT_TEST_DRIZZLE_PG_PORT=5432
NUXT_TEST_DRIZZLE_PG_DATABASE=postgres
NUXT_TEST_DRIZZLE_PG_USER=postgres
NUXT_TEST_DRIZZLE_PG_PASSWORD=postgres
NUXT_TEST_DRIZZLE_PG_SSL=false
NUXT_TEST_DRIZZLE_PG_DROP=false
NUXT_TEST_DRIZZLE_PG_SEED=false

@productdevbook productdevbook merged commit 62af0f2 into main Jan 2, 2024
2 checks passed
@productdevbook productdevbook deleted the feat-auto-gen-env branch January 2, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant