Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Database connection (same as Rails - both apps share the database)
DATABASE_URL=postgres://localhost/buildlight_development

# Server port (use a different port than Rails if running both)
PORT=3001

# Host for generating URLs in webhooks
HOST=localhost:3001

# Particle IoT access token (optional)
PARTICLE_ACCESS_TOKEN=
20 changes: 2 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,5 @@
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

# Ignore application configuration
/config/application.yml

/app/assets/builds/*
!/app/assets/builds/.keep

/node_modules
/target
.env
2 changes: 0 additions & 2 deletions .rspec

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

3 changes: 0 additions & 3 deletions .standard.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .travis.yml

This file was deleted.

Loading
Loading