Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit e0ace9a1 authored 5 years ago by Daro's avatar Daro
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

first fix

1 parent 83544c5c
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 0 deletions
  • custom/users.json
  • start.sh
custom/users.json 0 → 100644
View file @e0ace9a
#
This diff is collapsed. Click to expand it.
start.sh
View file @e0ace9a
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
set -eu set -eu
[[ -f custom/users.json ]] && ln -s custom/users.json .users.json
[[ -f custom/config.json ]] && ln -s custom/config.json .config.json
[[ -f custom/tokens.json ]] && ln -s custom/tokens.json .tokens.json
export NODE_ENV=production export NODE_ENV=production
export TOKENSTORE_FILE=/app/data/tokens.json export TOKENSTORE_FILE=/app/data/tokens.json
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment