Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Personal Server Community
Gaja
Commits
e43efc34
Commit
e43efc34
authored
Jun 06, 2019
by
Frank
👽
Browse files
Add secrets file
parent
4ec0f8f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
.gitignore
.gitignore
+0
-8
config/prod.secret.exs
config/prod.secret.exs
+20
-0
No files found.
.gitignore
View file @
e43efc34
...
...
@@ -6,11 +6,3 @@
# Generated on crash by the VM
erl_crash.dump
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/config/*.secret.exs
\ No newline at end of file
config/prod.secret.exs
0 → 100644
View file @
e43efc34
use
Mix
.
Config
# In this file, we keep production configuration that
# you'll likely want to automate and keep away from
# your version control system.
#
# You should document the content of this
# file or create a script for recreating it, since it's
# kept out of version control and might be hard to recover
# or recreate for your teammates (or yourself later on).
config
:gaja
,
Gaja
.
Endpoint
,
secret_key_base:
"80uFIZUtGYfo69S+zieHRQHb1IJrFFyXlq5jzjHsh3ypk3Q1PCNZNrmTVg83eYhZ"
# Configure your database
config
:gaja
,
Gaja
.
Repo
,
adapter:
Ecto
.
Adapters
.
Postgres
,
username:
"postgres"
,
password:
"postgres"
,
database:
"gaja_prod"
,
pool_size:
15
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment