mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
First commit
This commit is contained in:
1
scalelite/.env
Normal file
1
scalelite/.env
Normal file
@@ -0,0 +1 @@
|
||||
SECRET_KEY_BASE=secret_key_base
|
||||
5
scalelite/bin/start
Executable file
5
scalelite/bin/start
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
bundle exec puma -C config/puma.rb
|
||||
#tail -f /dev/null
|
||||
#bundle exec rails s -b 0.0.0.0 -p 3000
|
||||
1
scalelite/dotenv
Normal file
1
scalelite/dotenv
Normal file
@@ -0,0 +1 @@
|
||||
SECRET_KEY_BASE=secret_key_base
|
||||
Reference in New Issue
Block a user